Data Structures | |
struct | A3DTopoCoEdgeData |
Co-edge structure. More... | |
Functions | |
A3DStatus | A3DTopoCoEdgeCreate (const A3DTopoCoEdgeData *pData, A3DTopoCoEdge **ppCoEdge) |
Creates an A3DTopoCoEdge from an A3DTopoCoEdgeData structure. More... | |
A3DStatus | A3DTopoCoEdgeGet (const A3DTopoCoEdge *pCoEdge, A3DTopoCoEdgeData *pData) |
Populates the A3DTopoCoEdgeData structure. More... | |
A3DStatus | A3DTopoCoedgeGetLoop (A3DTopoCoEdge const *psCoEdge, A3DTopoLoop **ppsLoop) |
Return the owning A3DTopoLoop of an A3DTopoCoEdge. More... | |
A3DStatus | A3DTopoCoEdgeSetNeighbour (A3DTopoCoEdge *pCoEdge, A3DTopoCoEdge *pNeighbour) |
Sets the A3DTopoCoEdge neighbor on an A3DTopoCoEdge. More... | |
Detailed Description
- Version
- 2.0
Entity type is kA3DTypeTopoCoEdge
Function Documentation
◆ A3DTopoCoEdgeGet()
A3DStatus A3DTopoCoEdgeGet | ( | const A3DTopoCoEdge * | pCoEdge, |
A3DTopoCoEdgeData * | pData | ||
) |
Populates the A3DTopoCoEdgeData structure.
- Version
- 2.0
- Returns
- A3D_SUCCESS in case of success or an error code
- Return values
-
◆ A3DTopoCoEdgeCreate()
A3DStatus A3DTopoCoEdgeCreate | ( | const A3DTopoCoEdgeData * | pData, |
A3DTopoCoEdge ** | ppCoEdge | ||
) |
Creates an A3DTopoCoEdge from an A3DTopoCoEdgeData structure.
- Version
- 2.0
- Returns
- A3D_SUCCESS in case of success or an error code
- Return values
-
◆ A3DTopoCoEdgeSetNeighbour()
A3DStatus A3DTopoCoEdgeSetNeighbour | ( | A3DTopoCoEdge * | pCoEdge, |
A3DTopoCoEdge * | pNeighbour | ||
) |
Sets the A3DTopoCoEdge neighbor on an A3DTopoCoEdge.
- Version
- 2.0
- Returns
- A3D_SUCCESS in case of success or an error code
- Return values
-
◆ A3DTopoCoedgeGetLoop()
A3DStatus A3DTopoCoedgeGetLoop | ( | A3DTopoCoEdge const * | psCoEdge, |
A3DTopoLoop ** | ppsLoop | ||
) |
Return the owning A3DTopoLoop of an A3DTopoCoEdge.
- Version
- 8.2
- Returns
- A3D_SUCCESS in case of success or an error code
- Return values
-