Data Structures | |
struct | A3DSurfRuledData |
Ruled surface structure. More... | |
Functions | |
A3DStatus | A3DSurfRuledGet (const A3DSurfRuled *pSrf, A3DSurfRuledData *pData) |
Populates the A3DSurfRuledData structure. More... | |
A3DStatus | A3DSurfRuledCreate (const A3DSurfRuledData *pData, A3DSurfRuled **ppSrf) |
Creates an A3DSurfRuled from an A3DSurfRuledData structure. More... | |
Entity type is kA3DTypeSurfRuled.
For the canonical definition and corresponding parametric equation, see the "SerializeRuled" section of the PRC Format Specification.
A3DUVParameterizationData allows for reparameterization and trim.
A3DMiscCartesianTransformationData allows for specific placement.
A3DStatus A3DSurfRuledGet | ( | const A3DSurfRuled * | pSrf, |
A3DSurfRuledData * | pData | ||
) |
Populates the A3DSurfRuledData structure.
A3DStatus A3DSurfRuledCreate | ( | const A3DSurfRuledData * | pData, |
A3DSurfRuled ** | ppSrf | ||
) |
Creates an A3DSurfRuled from an A3DSurfRuledData structure.