Class TIfcCompositeCurveSegment

Unit

Declaration

type TIfcCompositeCurveSegment = class(TIfcSegment)

Description

IFC class IfcCompositeCurveSegment.

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

Hierarchy

Overview

Methods

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

Properties

Published property SameSense: TIfcBoolean read FSameSense write FSameSense;
Published property ParentCurve: TIfcCurve read FParentCurve write FParentCurve;

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.

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

Properties

Published property SameSense: TIfcBoolean read FSameSense write FSameSense;

An indicator of whether or not the sense of the segment agrees with, or opposes, that of the parent curve. If SameSense is false, the point with highest parameter value is taken as the first point of the segment.

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

Published property ParentCurve: TIfcCurve read FParentCurve write FParentCurve;

The bounded curve which defines the geometry of the segment.

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


Generated by PasDoc 0.17.0.snapshot.