Class TIfcEllipse
Unit
Declaration
type TIfcEllipse = class(TIfcConic)
Description
Ellipse.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcEllipse.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcCurve
- TIfcConic
- TIfcEllipse
Overview
Methods
![]() |
function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override; |
Properties
![]() |
property SemiAxis1: TIfcPositiveLengthMeasure read FSemiAxis1 write FSemiAxis1; |
![]() |
property SemiAxis2: TIfcPositiveLengthMeasure read FSemiAxis2 write FSemiAxis2; |
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 SemiAxis1: TIfcPositiveLengthMeasure read FSemiAxis1 write FSemiAxis1; |
The first radius of the ellipse. |
![]() |
property SemiAxis2: TIfcPositiveLengthMeasure read FSemiAxis2 write FSemiAxis2; |
The second radius of the ellipse. |
Generated by PasDoc 0.16.0-snapshot.