Overview

Programming Guide

API Reference

Intersection Curve

Data Structures

struct  A3DCrossingPointsCrvIntersectionData
 Crossing point curve intersection data.
 
struct  A3DCrvIntersectionData
 Intersection structure.
 

Enumerations

enum  A3DEIntersectionLimitType { kA3DIntersectionLimitTypeHelp, kA3DIntersectionLimitTypeTerminator, kA3DIntersectionLimitTypeLimit, kA3DIntersectionLimitTypeBoundary }
 
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...
 

Detailed Description

Version
2.0 Entity type is kA3DTypeCrvIntersection.
Note
This type is not yet implemented