Plane Representation Item
Data Structures | |
| struct | A3DRiPlaneData |
| RiPlane structure. More... | |
Functions | |
| A3DStatus | A3DRiPlaneCreate (const A3DRiPlaneData *pData, A3DRiPlane **ppRIPlane) |
| Creates an A3DSurfPlane from an A3DRiPlaneData structure. More... | |
| A3DStatus | A3DRiPlaneGet (const A3DRiPlane *pRiPlane, A3DRiPlaneData *pData) |
| Populates the A3DRiPlaneData structure. More... | |
| A3DStatus | A3DRiPlaneSupportGet (const A3DRiPlane *pRiPlane, A3DMiscMarkupLinkedItem *&pLinkedItem) |
| Get the geometrical element used to build the A3DRiPlane. More... | |
Detailed Description
An A3DRiPlane is a representation item that contains a A3DTopoBrepData made of one single planar face.
Function Documentation
| A3DStatus A3DRiPlaneCreate | ( | const A3DRiPlaneData * | pData, |
| A3DRiPlane ** | ppRIPlane | ||
| ) |
Creates an A3DSurfPlane from an A3DRiPlaneData structure.
- Version
- 2.0
| A3DStatus A3DRiPlaneGet | ( | const A3DRiPlane * | pRiPlane, |
| A3DRiPlaneData * | pData | ||
| ) |
Populates the A3DRiPlaneData structure.
- Version
- 2.0
| A3DStatus A3DRiPlaneSupportGet | ( | const A3DRiPlane * | pRiPlane, |
| A3DMiscMarkupLinkedItem *& | pLinkedItem | ||
| ) |
Get the geometrical element used to build the A3DRiPlane.
- Version
- 6.0
