Data Structures | |
struct | A3DCrossingPointsCrvIntersectionData |
Crossing point curve intersection data. More... | |
struct | A3DCrvIntersectionData |
Intersection structure. More... | |
Enumerations | |
enum | A3DEIntersectionLimitType { kA3DIntersectionLimitTypeHelp, kA3DIntersectionLimitTypeTerminator, kA3DIntersectionLimitTypeLimit, kA3DIntersectionLimitTypeBoundary } |
Intersection limit type. More... | |
Functions | |
A3DStatus | A3DCrvIntersectionGet (const A3DCrvIntersection *pCrv, A3DCrvIntersectionData *pData) |
Populates the A3DCrvIntersectionData structure. More... | |
A3DStatus | A3DCrvIntersectionCreate (const A3DCrvIntersectionData *pData, A3DCrvIntersection **ppCrv) |
Creates an A3DCrvIntersection from A3DCrvIntersectionData structure. More... | |
Intersection limit type.
A3DStatus A3DCrvIntersectionGet | ( | const A3DCrvIntersection * | pCrv, |
A3DCrvIntersectionData * | pData | ||
) |
Populates the A3DCrvIntersectionData structure.
Not yet implemented.
A3DStatus A3DCrvIntersectionCreate | ( | const A3DCrvIntersectionData * | pData, |
A3DCrvIntersection ** | ppCrv | ||
) |
Creates an A3DCrvIntersection from A3DCrvIntersectionData structure.
Not yet implemented.