Ruled Surface

Types

A3DSurfRuledData

Functions

A3DStatus

A3DSurfRuledGet

A3DStatus

A3DSurfRuledCreate

Detailed Description

group a3d_srfruled

Entity type is kA3DTypeSurfRuled.

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

A3DUVParameterizationData allows for reparameterization and trim.

A3DMiscCartesianTransformationData allows for specific placement.

Function Documentation

A3DStatus A3DSurfRuledGet(const A3DSurfRuled *pSrf, A3DSurfRuledData *pData)

Populates the A3DSurfRuledData 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 A3DSurfRuledCreate(const A3DSurfRuledData *pData, A3DSurfRuled **ppSrf)

Creates an A3DSurfRuled from an A3DSurfRuledData 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