PolyWire Representation Item

Types

A3DRiPolyWireData

Functions

A3DStatus

A3DRiPolyWireGet

A3DStatus

A3DRiPolyWireCreate

Detailed Description

group a3d_ripolywire

An A3DRiPolyWire is a representation item that contains a polywire. See the description for the A3DRiPolyBrepModelData structure to understand how to access the data (tessellation definition).

See also

A3DRiPolyWire

Function Documentation

A3DStatus A3DRiPolyWireGet(const A3DRiPolyWire *pRIPolyWire, A3DRiPolyWireData *pData)

Populates the A3DRiPolyWireData 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 A3DRiPolyWireCreate(const A3DRiPolyWireData *pData, A3DRiPolyWire **ppRIPolyWire)

Creates an A3DRiPolyWire from an A3DRiPolyWireData structure.

Version

2.0

Return values
  • A3D_INVALID_DATA_STRUCT_SIZE

  • A3D_INVALID_DATA_STRUCT_NULL

  • A3D_SET_INCONSISTENT_EMPTY

  • A3D_SUCCESS

Returns

A3D_SUCCESS in case of success or an error code