Enum XbimRepresentationType
Namespace: Xbim.Common.Enumerations
Assembly: Xbim.Common.dll
Syntax
[Flags]
public enum XbimRepresentationType : short
Fields
| Name | Description |
|---|---|
| AdvancedSweptSolid | Swept area solids created by sweeping a profile along a directrix |
| BoundingBox | Simplistic 3D representation by a bounding box |
| Brep | Faceted Brep's with and without voids |
| Clipping | Boolean differences between swept area solids, half spaces and Boolean results |
| CSG | Boolean results of operations between solid models, half spaces and Boolean results |
| Curve2D | 2 dimensional curves |
| GeometricCurveSet | Points, curves (2 or 3 dimensional) |
| GeometricSet | Points, curves, surfaces (2 or 3 dimensional) |
| MappedRepresentation | representation based on mapped item(s), referring to a representation map. Note: it can be seen as an inserted block reference. The shape representation of the mapped item has a representation type declaring the type of its representation items. |
| SectionedSpine | cross section based representation of a spine curve and planar cross sections. It can represent a surface or a solid and the interpolations of the between the cross sections is not defined |
| SolidModel | Swept solid, Boolean results and Brep bodies |
| SurfaceModel | Face based and shell based surface model |
| SweptSolid | Swept area solids, by extrusion and revolution |