AnyCAD Rapid SDK 2022
The Rapid CAD SDK
Public Member Functions | List of all members
IntersectPoint Class Reference

Public Member Functions

 IntersectPoint (EnumShapeFilter type, int primitiveIdx, Vector3 pos, float dist)
 
 IntersectPoint (EnumShapeFilter type, int primitiveIdx)
 
EnumShapeFilter GetShapeType ()
 
void SetShapeType (EnumShapeFilter val)
 
int GetPrimitiveIndex ()
 
void SetPrimitiveIndex (int val)
 
float GetDistance ()
 
void SetDistance (float val)
 
Vector3 GetPosition ()
 
Vector3 GetLocalPosition ()
 
void SetLocalPosition (Vector3 val)
 
int GetShapeIndex ()
 
void SetShapeIndex (int val)
 
int GetTopoShapeId ()
 
void SetTopoShapeId (int val)
 
boolean IsNull ()
 
void Transform (Matrix4 trf)
 

Detailed Description

<> The insersect point.