Offset Curve
Types
A3DCrvOffsetData |
Functions
A3DStatus |
A3DCrvOffsetGet() |
A3DStatus |
A3DCrvOffsetCreate() |
Detailed Description
-
group
a3d_crvoffset
Entity type is kA3DTypeCrvOffset.
- Version
- 2.0
For the canonical definition of this curve, see the “SerializeOffset” section of the .
You can use an existing offset curve entity as the base curve used to create a new offset curve. That is, you can specify
Note
A3DParameterizationData must have A3DParameterizationData::m_dCoeffA set to 1, A3DParameterizationData::m_dCoeffB set to 0 and an A3DIntervalData identical to the one of A3DCrvOffsetData::m_pBasisCrv.
Note
A3DMiscCartesianTransformationData should correspond to identity transformation.