|
AnyCAD Rapid API 2026
Help you to create a better world!
|
顶点信息, 在ShapeExplor中使用。 更多...
Public 成员函数 | |
| EdgeVertex (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| 仅供内部使用 | |
| void | Dispose () |
| EdgeVertex (uint edgeIdx, GPnt pt, bool type, double tolerance) | |
| uint | GetEdgeIdx () |
| void | SetEdgeIdx (uint val) |
| GPnt | GetPoint () |
| void | SetPoint (GPnt val) |
| uint | GetKey () |
| bool | GetPointType () |
| void | SetPointType (bool val) |
| bool | IsStartPoint () |
| 是否为起始点 | |
| bool | IsEndPoint () |
| 是否为终止点 | |
| bool | IsSame (EdgeVertex vertex) |
| 是否是同一个点 | |
顶点信息, 在ShapeExplor中使用。
Group: Geometry
| bool AnyCAD.Foundation.EdgeVertex.IsEndPoint | ( | ) |
是否为终止点
| bool AnyCAD.Foundation.EdgeVertex.IsSame | ( | EdgeVertex | vertex | ) |
是否是同一个点
| vertex | 被比较的点 |
| bool AnyCAD.Foundation.EdgeVertex.IsStartPoint | ( | ) |
是否为起始点