ST_Polytope - General Information
Type: |
Data structure |
Available as of: |
V1.0.3.0 |
Inherits from: |
- |
Versions: |
Current version |
This data structure defines a convex polytope in 3-dimensional space. This polytope is given by the convex envelope of a list of points.
Variable |
Data type |
Description |
---|---|---|
diNumberOfVertices |
DINT |
Number of defining points of the polytope. Value range: 1 ... Gc_diMaxNumberOfVertices |
astListOfVertices |
ARRAY[1..Gc_diMaxNumberOfVertices] OF ST_Vector3D |
List of the defining points of the polytope |