Blend Surface Type 1

Types

A3DSurfBlend01Data

Functions

A3DStatus

A3DSurfBlend01Get

A3DStatus

A3DSurfBlend01Create

Detailed Description

group a3d_srfblend01

Entity type is kA3DTypeSurfBlend01.

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

A3DUVParameterizationData allows for reparameterization and trim.

A3DMiscCartesianTransformationData allows for specific placement.

Function Documentation

A3DStatus A3DSurfBlend01Get(const A3DSurfBlend01 *pSrf, A3DSurfBlend01Data *pData)

Populates the A3DSurfBlend01Data 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 A3DSurfBlend01Create(const A3DSurfBlend01Data *pData, A3DSurfBlend01 **ppSrf)

Creates an A3DSurfBlend01 from an A3DSurfBlend01Data 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