Class TIfcFaceBound

Unit

Declaration

type TIfcFaceBound = class(TIfcTopologicalRepresentationItem)

Description

IFC class IfcFaceBound.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5786).

Hierarchy

Overview

Properties

Published property Bound: TIfcLoop read FBound write FBound;
Published property Orientation: TIfcBoolean read FOrientation write FOrientation;

Description

Properties

Published property Bound: TIfcLoop read FBound write FBound;

Loop which will be used as a face boundary.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5792).

Published property Orientation: TIfcBoolean read FOrientation write FOrientation;

This indicated whether (TRUE) or not (FALSE) the loop has the same sense when used to bound the face as when first defined. If sense is FALSE the senses of all its component oriented edges are implicitly reversed when used in the face.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5798).


Generated by PasDoc 0.17.0.snapshot.