Class TIfcGeometricCurveSet

Unit

Declaration

type TIfcGeometricCurveSet = class(TIfcGeometricSet)

Description

IFC class IfcGeometricCurveSet.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5854).

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.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5858).

Public destructor Destroy; override;

This item has no description.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5859).

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.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5860).

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.

Source: src/scene/load/ifc/castleifc_ifc_standard_types.inc (line 5867).


Generated by PasDoc 0.17.0.snapshot.