Class TIfcCompositeCurveSegment

Unit

Declaration

type TIfcCompositeCurveSegment = class(TIfcSegment)

Description

IFC class IfcCompositeCurveSegment.

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.

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.

Published property ParentCurve: TIfcCurve read FParentCurve write FParentCurve;

The bounded curve which defines the geometry of the segment.


Generated by PasDoc 0.16.0-snapshot.