Data Structures

struct  A3DCrvPolyLineData
 PolyLine structure. More...
 

Functions

A3DStatus A3DCrvPolyLineCreate (const A3DCrvPolyLineData *pData, A3DCrvPolyLine **ppCrv)
 Creates an A3DCrvPolyLine from A3DCrvPolyLineData structure. More...
 
A3DStatus A3DCrvPolyLineGet (const A3DCrvPolyLine *pCrv, A3DCrvPolyLineData *pData)
 Populates the A3DCrvPolyLineData structure. More...
 

Detailed Description

Version
2.0

Entity type is kA3DTypeCrvPolyLine.

For the canonical definition of this curve, see the "SerializePolyLine" section of the PRC Format Specification.

A3DParameterizationData allows for reparameterization and trim.

A3DMiscCartesianTransformationData allows for specific placement.

Function Documentation

◆ A3DCrvPolyLineGet()

A3DStatus A3DCrvPolyLineGet ( const A3DCrvPolyLine pCrv,
A3DCrvPolyLineData pData 
)

Populates the A3DCrvPolyLineData structure.

Version
2.0
Returns
A3D_SUCCESS in case of success or an error code
Return values

◆ A3DCrvPolyLineCreate()

A3DStatus A3DCrvPolyLineCreate ( const A3DCrvPolyLineData pData,
A3DCrvPolyLine **  ppCrv 
)

Creates an A3DCrvPolyLine from A3DCrvPolyLineData structure.

Version
2.0
Returns
A3D_SUCCESS in case of success or an error code
Return values