Data Structures | |
struct | A3DTopoFaceData |
Face structure. More... | |
Functions | |
A3DStatus | A3DTopoFaceCreate (const A3DTopoFaceData *pData, A3DTopoFace **ppFace) |
Creates an A3DTopoFace from an A3DTopoFaceData structure. More... | |
A3DStatus | A3DTopoFaceGet (const A3DTopoFace *pFace, A3DTopoFaceData *pData) |
Populates the A3DTopoFaceData structure. More... | |
Detailed Description
- Version
- 2.0
Entity type is kA3DTypeTopoFace
Function Documentation
◆ A3DTopoFaceGet()
A3DStatus A3DTopoFaceGet | ( | const A3DTopoFace * | pFace, |
A3DTopoFaceData * | pData | ||
) |
Populates the A3DTopoFaceData structure.
- Version
- 2.0
- Returns
- A3D_SUCCESS in case of success or an error code
- Return values
-
◆ A3DTopoFaceCreate()
A3DStatus A3DTopoFaceCreate | ( | const A3DTopoFaceData * | pData, |
A3DTopoFace ** | ppFace | ||
) |
Creates an A3DTopoFace from an A3DTopoFaceData structure.
- Version
- 2.0
- Returns
- A3D_SUCCESS in case of success or an error code
- Return values
-