Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcCsgSolid

Definition from ISO/CD 10303-42:1992: A solid represented as a CSG model is defined by a collection of so-called primitive solids, combined using regularized Boolean operations. The allowed operations are intersection, union, and difference. As a special case a CSG solid can also consists of a single CSG primitive.

Definition from IAI: The following primitive volumes can be parts of the CSG tree: solid models, i.e. faceted B-Rep (IfcFacetedBrep, IfcFacetedBrepWithVoids), swept area solid (IfcExtrudedAreaSolid, IfcRevolvedAreaSolid, IfcSurfaceCurveSweptAreaSolid), swept disk solids (IfcSweptDiskSolid) and half space solids (IfcHalfSpaceSolid and subtypes). CSG primitives are out of scope for current IFC Release.

NOTE Corresponding STEP entity: csg_solid, please refer to ISO/IS 10303-42:1994, p.174 for the final definition of the formal standard.

HISTORY New class in IFC Release 1.5.1

EXPRESS specification:

ENTITY IfcCsgSolid
SUBTYPE OF ( IfcSolidModel);
TreeRootExpression  :  IfcCsgSelect;
END_ENTITY;

Attribute definitions:

TreeRootExpression  :  Boolean expression of regularized operators describing the solid. The root of the tree of Boolean expressions is given explicitly as an IfcBooleanResult (the only item in the Select IfcCsgSelect).

Inheritance graph

ENTITY IfcCsgSolid;
ENTITY IfcRepresentationItem;
INVERSE
LayerAssignments  :  SET OF IfcPresentationLayerAssignment FOR AssignedItems;
StyledByItem  :  SET [0:1] OF IfcStyledItem FOR Item;
ENTITY IfcGeometricRepresentationItem;
ENTITY IfcSolidModel;
DERIVE
Dim  :  IfcDimensionCount :=  3;
ENTITY IfcCsgSolid;
TreeRootExpression  :  IfcCsgSelect;
END_ENTITY;