AnyCAD Rapid SDK 2022
The Rapid CAD SDK
Public Member Functions | Static Public Attributes | List of all members
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

<>
EdgeVertex