AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
IntersectPoint类 参考

Public 成员函数

 IntersectPoint (EnumShapeFilter type, int primitiveIdx, Vector3d pos, double dist, int subDrawId, Vector3d normal)
 
 IntersectPoint (EnumShapeFilter type, int primitiveIdx, Vector3d pos, double dist, int subDrawId)
 
 IntersectPoint (EnumShapeFilter type, int primitiveIdx, Vector3d pos, double dist)
 
 IntersectPoint (EnumShapeFilter type, int primitiveIdx)
 
EnumShapeFilter GetShapeType ()
 
void SetShapeType (EnumShapeFilter val)
 
int GetPrimitiveIndex ()
 
void SetPrimitiveIndex (int val)
 
double GetDistance ()
 
void SetDistance (double val)
 
Vector3d GetPosition ()
 
Vector3d GetNormal ()
 
void SetNormal (Vector3d val)
 
Vector3d GetLocalPosition ()
 
void SetLocalPosition (Vector3d val)
 
int GetShapeIndex ()
 
void SetShapeIndex (int val)
 
int GetTopoShapeId ()
 
void SetTopoShapeId (int val)
 
int GetSubDrawId ()
 
void SetSubDrawId (int val)
 
boolean IsNull ()
 
boolean AlmostEqual (IntersectPoint other)
 
void Transform (Matrix4d trf)
 
void ApplyPickOrder (double order)
 

详细描述

<> The insersect point.