Class TIfcCompositeCurveSegment
Unit
Declaration
type TIfcCompositeCurveSegment = class(TIfcSegment)
Description
IFC class IfcCompositeCurveSegment.
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5891).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcSegment
- TIfcCompositeCurveSegment
Overview
Methods
![]() |
function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override; |
Properties
![]() |
property SameSense: TIfcBoolean read FSameSense write FSameSense; |
![]() |
property ParentCurve: TIfcCurve read FParentCurve write FParentCurve; |
Description
Methods
![]() |
function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override; |
|
This item has no description. Showing description inherited from TIfcRepresentationItem.BuildNode.
Build a node to display this using Castle Game Engine. Returns
Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5896). | |
Properties
![]() |
property SameSense: TIfcBoolean read FSameSense write FSameSense; |
|
An indicator of whether or not the sense of the segment agrees with, or opposes, that of the parent curve. If Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5904). | |
![]() |
property ParentCurve: TIfcCurve read FParentCurve write FParentCurve; |
|
The bounded curve which defines the geometry of the segment. Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5907). | |
Generated by PasDoc 0.17.0.snapshot.

