Blend Surface Type 2

Types

A3DSurfBlend02Data

Functions

A3DStatus

A3DSurfBlend02Get

A3DStatus

A3DSurfBlend02Create

Detailed Description

group a3d_srfblend02

Entity type is kA3DTypeSurfBlend02.

For the canonical definition and corresponding parametric equation, see the “SerializeBlend02” section of the .

A3DUVParameterizationData allows for reparameterization and trim.

A3DMiscCartesianTransformationData allows for specific placement.

Function Documentation

A3DStatus A3DSurfBlend02Get(const A3DSurfBlend02 *pSrf, A3DSurfBlend02Data *pData)

Populates the A3DSurfBlend02Data structure.

Version

2.0

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 A3DSurfBlend02Create(const A3DSurfBlend02Data *pData, A3DSurfBlend02 **ppSrf)

Creates an A3DSurfBlend02 from an A3DSurfBlend02Data structure.

Version

2.0

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