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

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中使用。

参见
ShapeExplor

成员函数说明

◆ IsEndPoint()

boolean EdgeVertex.IsEndPoint ( )

是否为终止点

返回
true终点

◆ IsSame()

boolean EdgeVertex.IsSame ( EdgeVertex vertex)

是否是同一个点

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

◆ IsStartPoint()

boolean EdgeVertex.IsStartPoint ( )

是否为起始点

返回
true起始点