Class TIfcIndexedPolyCurve

Unit

Declaration

type TIfcIndexedPolyCurve = class(TIfcBoundedCurve)

Description

Bounded curve with only linear and circular arc segments defined by a Cartesian point list and an optional list of segments.

Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcIndexedPolyCurve.htm

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; override;

Properties

Published property Points: TIfcCartesianPointListSpec read FPoints write FPoints;
Published property Segments: TIfcSegmentIndexSelectList read FSegments;
Published property SelfIntersect: Boolean read FSelfIntersect write FSelfIntersect default false;

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): TAbstractChildNode; override;

This item has no description. Showing description inherited from TIfcRepresentationItem.BuildNode.

Build a node to display this using Castle Game Engine. Does nothing (adds nothing to Parent) if not possible / not implemented.

Properties

Published property Points: TIfcCartesianPointListSpec read FPoints write FPoints;

Points defining the polyline.

Published property Segments: TIfcSegmentIndexSelectList read FSegments;

List of straight line and circular arc segments, each providing a list of indices into the Cartesian point list.

Published property SelfIntersect: Boolean read FSelfIntersect write FSelfIntersect default false;

Indication of whether the curve intersects itself or not; this is for information only.


Generated by PasDoc 0.16.0-snapshot.