Data Structures

struct  A3DSurfPipeData
 Pipe structure. More...
 

Functions

A3DStatus A3DSurfPipeCreate (const A3DSurfPipeData *pData, A3DSurfPipe **ppSrf)
 Creates an A3DSurfPipe from an A3DSurfPipeData structure. More...
 
A3DStatus A3DSurfPipeGet (const A3DSurfPipe *pSrf, A3DSurfPipeData *pData)
 Populates the A3DSurfPipeData structure. More...
 

Detailed Description

Entity type is kA3DTypeSurfPipe.

For the canonical definition and corresponding parametric equation, see the "SerializePipe" section of the PRC Format Specification.

A3DUVParameterizationData allows for reparameterization and trim.

A3DMiscCartesianTransformationData allows for specific placement.

Note
This type is not yet implemented

Function Documentation

A3DStatus A3DSurfPipeCreate ( const A3DSurfPipeData pData,
A3DSurfPipe **  ppSrf 
)