Interface: IBaseGeoVertex
Defines generic members of a vertex.
Examples
Methods
Name |
Description |
GetBoundingBox()
|
Gets the bounding box of the geometry (returns (x1,y1,z1,x2,y2,z2)).
|
Properties
Name |
Description |
Bodies
|
Gets the list of bodies associated to the vertex.
|
Edges
|
Gets the list of edges associated to the vertex.
|
Faces
|
Gets the list of faces associated to the vertex.
|
Id
|
Gets the reference identifier of the entity.
|
Type
|
Gets the cell type of the entity.
|
X
|
Gets the X coordinate of the vertex.
|
Y
|
Gets the Y coordinate of the vertex.
|
Z
|
Gets the Z coordinate of the vertex.
|