Circular Curve
2.0
Entity type is kA3DTypeCrvCircle.
The canonical form is defined with an A3DMiscCartesianTransformationData, its origin being the center of the circle and its vector X being the axis corresponding to zero parameter. The implicit parameterization is an angle expressed as radians in the range [0, 2PI].
A3DParameterizationData lets you specify reparameterization and trim.
- To specify the interval in radians, set
m_dCoeffAto 1.0 andm_dCoeffBto 0.0. These parameter values specify an identity conversion. - To specify the interval in degrees, set
m_dCoeffAto PI/180 andm_dCoeffBto 0.0.m_dCoeffAis the ratio of radians to degrees.
Here are parameterization examples:
Returns
A3D_SUCCESSon success, or an error code on failure
Structures
Functions