Data Structures | |
struct | A3DTopoEdgeData |
Edge structure. More... | |
Functions | |
A3DStatus | A3DTopoEdgeCreate (const A3DTopoEdgeData *pData, A3DTopoEdge **ppEdge) |
Creates an A3DTopoEdge from an A3DTopoEdgeData structure. More... | |
A3DStatus | A3DTopoEdgeGet (const A3DTopoEdge *pEdge, A3DTopoEdgeData *pData) |
Populates the A3DTopoEdgeData structure. More... | |
A3DStatus | A3DTopoEdgeGetCoEdges (const A3DTopoBrepData *psBrepData, const A3DTopoEdge *psEdge, A3DUns32 *piNbCoedges, A3DTopoCoEdge ***papsCoEdges) |
Return all A3DTopoCoEdge from an A3DTopoEdge within the given A3DTopoBrepData. More... | |
A3DStatus | A3DTopoEdgeGetOrCompute3DCurve (A3DTopoBrepData const *psBrepData, A3DTopoEdge const *psEdge, A3DCrvBase const **pps3DCurve) |
Return a A3DCrvBase (3D curve or computed A3DCrvOnSurf) from an A3DTopoEdge within the given A3DTopoBrepData. More... | |
A3DStatus | A3DTopoEdgeGetSurfaces (const A3DTopoBrepData *psBrepData, const A3DTopoEdge *psEdge, A3DUns32 *piNbSurfaces, A3DSurfBase ***papsSurfaces) |
Return all A3DSurfBase from an A3DTopoEdge within the given A3DTopoBrepData. More... | |
Detailed Description
Entity type is kA3DTypeTopoEdge
Function Documentation
A3DStatus A3DTopoEdgeGet | ( | const A3DTopoEdge * | pEdge, |
A3DTopoEdgeData * | pData | ||
) |
Populates the A3DTopoEdgeData structure.
- Version
- 2.0
A3DStatus A3DTopoEdgeCreate | ( | const A3DTopoEdgeData * | pData, |
A3DTopoEdge ** | ppEdge | ||
) |
Creates an A3DTopoEdge from an A3DTopoEdgeData structure.
- Version
- 2.0
A3DStatus A3DTopoEdgeGetCoEdges | ( | const A3DTopoBrepData * | psBrepData, |
const A3DTopoEdge * | psEdge, | ||
A3DUns32 * | piNbCoedges, | ||
A3DTopoCoEdge *** | papsCoEdges | ||
) |
Return all A3DTopoCoEdge from an A3DTopoEdge within the given A3DTopoBrepData.
- Version
- 8.2
A3DStatus A3DTopoEdgeGetSurfaces | ( | const A3DTopoBrepData * | psBrepData, |
const A3DTopoEdge * | psEdge, | ||
A3DUns32 * | piNbSurfaces, | ||
A3DSurfBase *** | papsSurfaces | ||
) |
Return all A3DSurfBase from an A3DTopoEdge within the given A3DTopoBrepData.
- Version
- 8.2
A3DStatus A3DTopoEdgeGetOrCompute3DCurve | ( | A3DTopoBrepData const * | psBrepData, |
A3DTopoEdge const * | psEdge, | ||
A3DCrvBase const ** | pps3DCurve | ||
) |
Return a A3DCrvBase (3D curve or computed A3DCrvOnSurf) from an A3DTopoEdge within the given A3DTopoBrepData.
- Version
- 8.2