Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcHalfSpaceSolid

Definition from ISO/CD 10303-42:1992: A half space solid is defined by the half space which is the regular subset of the domain which lies on one side of an unbounded surface. The side of the surface which is in the half space is determined by the surface normal and the agreement flag. If the agreement flag is TRUE, then the subset is the one the normal points away from. If the agreement flag is FALSE, then the subset is the one the normal points into. For a valid half space solid the surface shall divide the domain into exactly two subsets. Also, within the domain the surface shall be manifold and all surface normals shall point into the same subset.

NOTE A half space is not a subtype of solid model (IfcSolidModel), half space solids are only useful as operands in Boolean expressions.

NOTE Corresponding STEP entity: half_space_solid. Please refer to ISO/IS 10303-42:1994, p. 185 for the final definition of the formal standard. The derived attribute Dim has been added at this level and was therefore demoted from the geometric_representation_item.

HISTORY New class in IFC Release 1.5

Informal propositions:

  1. The base surface shall divide the domain into exactly two subsets. If the half space solid is of subtype boxed half space (IfcBoxedHalfSpace), the domain in question is that of the attribute enclosure. In all other cases the domain is all of space and the base surface shall be unbounded.
  2. The base surface shall be an unbounded surface (subtype of IfcElementarySurface).

Illustration:

half space solid Definition of the IfcHalfSpaceSolid within a given coordinate system. The base surface is given by an unbounded plane, the red boundary is shown for visualization purposes only.

EXPRESS specification:

ENTITY IfcHalfSpaceSolid
SUPERTYPE OF (ONEOF(IfcBoxedHalfSpace, IfcPolygonalBoundedHalfSpace))
SUBTYPE OF ( IfcGeometricRepresentationItem);
BaseSurface  :  IfcSurface;
AgreementFlag  :  BOOLEAN;
DERIVE
Dim  :  IfcDimensionCount :=  3;
END_ENTITY;

Attribute definitions:

BaseSurface  :  Surface defining side of half space.
AgreementFlag  :  The agreement flag is TRUE if the normal to the BaseSurface points away from the material of the IfcHalfSpaceSolid. Otherwise it is FALSE.
Dim  :  The space dimensionality of this class, it is always 3

Inheritance graph

ENTITY IfcHalfSpaceSolid;
ENTITY IfcRepresentationItem;
INVERSE
LayerAssignments  :  SET OF IfcPresentationLayerAssignment FOR AssignedItems;
StyledByItem  :  SET [0:1] OF IfcStyledItem FOR Item;
ENTITY IfcGeometricRepresentationItem;
ENTITY IfcHalfSpaceSolid;
BaseSurface  :  IfcSurface;
AgreementFlag  :  BOOLEAN;
DERIVE
Dim  :  IfcDimensionCount :=  3;
END_ENTITY;