Class TIfcEllipse

Unit

Declaration

type TIfcEllipse = class(TIfcConic)

Description

Ellipse.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcEllipse.htm

Hierarchy

Overview

Methods

Public function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override;

Properties

Published property SemiAxis1: TIfcPositiveLengthMeasure read FSemiAxis1 write FSemiAxis1;
Published property SemiAxis2: TIfcPositiveLengthMeasure read FSemiAxis2 write FSemiAxis2;

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 Nil if not possible / not implemented.

Properties

Published property SemiAxis1: TIfcPositiveLengthMeasure read FSemiAxis1 write FSemiAxis1;

The first radius of the ellipse.

Published property SemiAxis2: TIfcPositiveLengthMeasure read FSemiAxis2 write FSemiAxis2;

The second radius of the ellipse.


Generated by PasDoc 0.16.0-snapshot.