Data Structures

struct  A3DSurfPlaneData
 Surface Plane structure. More...
 

Functions

A3DStatus A3DSurfPlaneCreate (const A3DSurfPlaneData *pData, A3DSurfPlane **ppSrf)
 Creates the A3DSurfPlane from A3DSurfPlaneData structure. More...
 
A3DStatus A3DSurfPlaneGet (const A3DSurfPlane *pSrf, A3DSurfPlaneData *pData)
 Populates the A3DSurfPlaneData structure from any type of A3DSurfPlane. More...
 

Detailed Description

Entity type is kA3DTypeSurfPlane.

Canonical definition corresponds to coordinate system defined by A3DMiscCartesianTransformationData.

A3DUVParameterizationData allows for reparameterization and trim.

Function Documentation

A3DStatus A3DSurfPlaneGet ( const A3DSurfPlane pSrf,
A3DSurfPlaneData pData 
)