Class TIfcCompositeCurveSegment
Unit
Declaration
type TIfcCompositeCurveSegment = class(TIfcSegment)
Description
IFC class IfcCompositeCurveSegment.
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5903).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcSegment
- TIfcCompositeCurveSegment
Overview
Methods
| Public | function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override; |
Properties
| Published | property SameSense: TIfcBoolean read FSameSense write FSameSense; |
| Published | property ParentCurve: TIfcCurve read FParentCurve write FParentCurve; |
Description
Methods
| Public | 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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5908). | |
Properties
| Published | 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: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5916). | |
| Published | property ParentCurve: TIfcCurve read FParentCurve write FParentCurve; |
|
The bounded curve which defines the geometry of the segment. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 5919). | |
Generated by PasDoc 0.17.0.snapshot.