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