Class TIfcCompositeCurveSegment
Unit
Declaration
type TIfcCompositeCurveSegment = class(TIfcSegment)
Description
IFC class IfcCompositeCurveSegment.
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
|
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 |
![]() |
property ParentCurve: TIfcCurve read FParentCurve write FParentCurve; |
The bounded curve which defines the geometry of the segment. |
Generated by PasDoc 0.16.0-snapshot.