AnyCAD Rapid API 2023
Help you to create a better world!
|
Public 成员函数 | |
EdgeVertex (long edgeIdx, GPnt pt, boolean type, double tolerance) | |
long | GetEdgeIdx () |
void | SetEdgeIdx (long val) |
GPnt | GetPoint () |
void | SetPoint (GPnt val) |
long | GetKey () |
boolean | GetPointType () |
void | SetPointType (boolean val) |
boolean | IsStartPoint () |
boolean | IsEndPoint () |
boolean | IsSame (EdgeVertex vertex) |
<>
顶点信息, 在ShapeExplor中使用。
boolean EdgeVertex.IsEndPoint | ( | ) |
是否为终止点
boolean EdgeVertex.IsSame | ( | EdgeVertex | vertex | ) |
是否是同一个点
vertex | 被比较的点 |
boolean EdgeVertex.IsStartPoint | ( | ) |
是否为起始点