Class TIfcGeometricCurveSet

Unit

Declaration

type TIfcGeometricCurveSet = class(TIfcGeometricSet)

Description

IFC class IfcGeometricCurveSet.

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function BuildNode(const Mapping: TCastleIfcMapping; const ParentProduct: TIfcProduct; const LitAppearance, UnlitAppearance: TAppearanceNode): TAbstractChildNode; override;

Properties

Published property Elements: TIfcGeometricRepresentationItemList read FElements;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

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 Elements: TIfcGeometricRepresentationItemList read FElements;

Geometric elements which make up the geometric set, these may be points, curves or surfaces. Only TIfcCurve, TIfcPooint, TIfcSurface are allowed on this list.


Generated by PasDoc 0.16.0-snapshot.