Blend Surface Type 3
Types
Detailed Description
- group a3d_srfblend03
Entity type is kA3DTypeSurfBlend03.
For the canonical definition and corresponding parametric equation, see the “SerializeBlend03” section of the .
A3DUVParameterizationData allows for reparameterization and trim.
A3DMiscCartesianTransformationData allows for specific placement.
Function Documentation
-
A3DStatus A3DSurfBlend03Get(const A3DSurfBlend03 *pSrf, A3DSurfBlend03Data *pData)
Populates the A3DSurfBlend03Data structure.
- Version
2.0
- Attention
FUNCTION IS NOT IMPLEMENTED YET
- 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 –
- Returns
A3D_SUCCESS in case of success or an error code
-
A3DStatus A3DSurfBlend03Create(const A3DSurfBlend03Data *pData, A3DSurfBlend03 **ppSrf)
Creates an A3DSurfBlend03 from an A3DSurfBlend03Data structure.
- Version
2.0
- Attention
FUNCTION IS NOT IMPLEMENTED YET
- Return values
A3D_INVALID_DATA_STRUCT_SIZE –
A3D_INVALID_DATA_STRUCT_NULL –
A3D_SUCCESS –
- Returns
A3D_SUCCESS in case of success or an error code