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

顶点信息, 在ShapeExplor中使用。 更多...

类 AnyCAD.Foundation.EdgeVertex 继承关系图:

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

参见
ShapeExplor

成员函数说明

◆ IsEndPoint()

bool AnyCAD.Foundation.EdgeVertex.IsEndPoint ( )

是否为终止点

返回
true终点

◆ IsSame()

bool AnyCAD.Foundation.EdgeVertex.IsSame ( EdgeVertex vertex)

是否是同一个点

参数
vertex被比较的点
返回
true则是同一个点

◆ IsStartPoint()

bool AnyCAD.Foundation.EdgeVertex.IsStartPoint ( )

是否为起始点

返回
true起始点