Class TIfcCircle
Unit
Declaration
type TIfcCircle = class(TIfcConic)
Description
Circle.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcCircle.htm
Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 2073).
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcCurve
- TIfcConic
- TIfcCircle
Overview
Methods
| Public | function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override; |
Properties
| Published | property Radius: TIfcPositiveLengthMeasure read FRadius write FRadius; |
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 2077). | |
Properties
| Published | property Radius: TIfcPositiveLengthMeasure read FRadius write FRadius; |
|
Radius of the circle, greater than zero. Source: scene/load/ifc/castleifc_ifc_standard_types.inc (line 2082). | |
Generated by PasDoc 0.17.0.snapshot.