Class TIfcConnectedFaceSet

Unit

Declaration

type TIfcConnectedFaceSet = class(TIfcTopologicalRepresentationItem)

Description

IFC class IfcConnectedFaceSet.

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

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 CfsFaces: TIfcFaceList read FCfsFaces;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

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

Public destructor Destroy; override;

This item has no description.

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

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 5822).

Properties

Published property CfsFaces: TIfcFaceList read FCfsFaces;

The set of faces arcwise connected along common edges or vertices.

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


Generated by PasDoc 0.17.0.snapshot.