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
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcCurve
- TIfcBoundedCurve
- TIfcIndexedPolyCurve
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
|
function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; override; |
Properties
property Points: TIfcCartesianPointListSpec read FPoints write FPoints; |
|
property Segments: TIfcSegmentIndexSelectList read FSegments; |
|
property SelfIntersect: Boolean read FSelfIntersect write FSelfIntersect default false; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
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
property Points: TIfcCartesianPointListSpec read FPoints write FPoints; |
|
Points defining the polyline. |
property Segments: TIfcSegmentIndexSelectList read FSegments; |
|
List of straight line and circular arc segments, each providing a list of indices into the Cartesian point list. |
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.