Cylindrical-Space Surface
Data Structures | |
struct | A3DSurfCylindricalData |
Structure for defining a cylindrical-space surface. More... | |
Functions | |
A3DStatus | A3DSurfCylindricalCreate (const A3DSurfCylindricalData *pData, A3DSurfCylindrical **ppSrf) |
Creates an A3DSurfCylindrical from an A3DSurfCylindricalData structure. More... | |
A3DStatus | A3DSurfCylindricalGet (const A3DSurfCylindrical *pSrf, A3DSurfCylindricalData *pData) |
Populates the A3DSurfCylindricalData structure. More... | |
Detailed Description
Entity type is kA3DTypeSurfCylindrical.
For the canonical definition and corresponding parametric equation, see the "SerializeCylindrical" section of the PRC Format Specification.
A3DUVParameterizationData allows for reparameterization and trim.
A3DMiscCartesianTransformationData allows for specific placement.
Function Documentation
◆ A3DSurfCylindricalGet()
A3DStatus A3DSurfCylindricalGet | ( | const A3DSurfCylindrical * | pSrf, |
A3DSurfCylindricalData * | pData | ||
) |
Populates the A3DSurfCylindricalData structure.
- Version
- 2.0
- Returns
- A3D_SUCCESS in case of success or an error code
- Return values
-
A3D_INITIALIZE_NOT_CALLED A3D_INVALID_DATA_STRUCT_SIZE A3D_INVALID_DATA_STRUCT_NULL A3D_INVALID_ENTITY_NULL A3D_INVALID_ENTITY_TYPE A3D_SUCCESS
◆ A3DSurfCylindricalCreate()
A3DStatus A3DSurfCylindricalCreate | ( | const A3DSurfCylindricalData * | pData, |
A3DSurfCylindrical ** | ppSrf | ||
) |
Creates an A3DSurfCylindrical from an A3DSurfCylindricalData structure.
- Version
- 2.0
- Returns
- A3D_SUCCESS in case of success or an error code
- Return values
-
A3D_INVALID_DATA_STRUCT_SIZE A3D_INVALID_DATA_STRUCT_NULL A3D_SUCCESS