Enum XbimGeometryType
Namespace: Xbim.Common.Geometry
Assembly: Xbim.Common.dll
Syntax
public enum XbimGeometryType : byte
Fields
| Name | Description |
|---|---|
| BoundingBox | This type can be transformed to XbimRect3D via XbimRect3D.FromArray(geomdata.ShapeData) |
| MultipleBoundingBox | |
| Polyhedron | The xBIM variant of the PLY format, a set of nominally planar polygons, stored in ascii format |
| PolyhedronBinary | The xBIM variant of the PLY format, a set of nominally planar polygons but stored in binary format |
| Region | Regions (clusters of elements in a model) are stored for the project in one database row. Use XbimRegionCollection.FromArray(ShapeData) for deserialising. |
| TransformOnly | For products with no geometry use TransformOnly to store the transform matrix associated with the placement. |
| TriangulatedMesh | |
| TriangulatedMeshHash | 128 bit hash of a geometry |
| TriangulatedPolyhedron | A triangulated Polyhedron mesh |
| Undefined |