Interface: IBaseGeoBody
Defines generic members of a body.
Examples
Methods
Name |
Description |
GetBoundingBox()
|
Gets the bounding box of the geometry (returns (x1,y1,z1,x2,y2,z2)).
|
Properties
Name |
Description |
Area
|
Gets the area of the body.
|
BodyType
|
Gets the body type (wire, sheet or solid).
|
Centroid
|
Gets the centroid of the body.
|
Edges
|
Gets the list of all edges of the body.
|
Faces
|
Gets the list of all faces of the body.
|
Id
|
Gets the reference identifier of the entity.
|
Length
|
Gets the length of the body.
|
Type
|
Gets the cell type of the entity.
|
Vertices
|
Gets the list of all vertices of the body.
|
Volume
|
Gets the volume of the body.
|