AnyCAD Rapid API 2023
Help you to create a better world!
All Classes Functions Variables Modules Pages
EdgeVertex Class Reference

Public Member Functions

long GetEdgeIdx ()
 
void SetEdgeIdx (long val)
 
GPnt GetPoint ()
 
void SetPoint (GPnt val)
 
long GetKey ()
 
boolean GetPointType ()
 
void SetPointType (boolean val)
 
 EdgeVertex (long edgeIdx, GPnt pt, boolean type, double tolerance)
 
boolean IsStartPoint ()
 
boolean IsEndPoint ()
 
boolean IsSame (EdgeVertex vertex)
 

Static Public Attributes

static final boolean START = AnyCADJNI.EdgeVertex_START_get()
 
static final boolean END = AnyCADJNI.EdgeVertex_END_get()
 

Detailed Description