AnyCAD Rapid API 2023
Help you to create a better world!
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.