Class TIfcPolyline
Unit
Declaration
type TIfcPolyline = class(TIfcBoundedCurve)
Description
Bounded curve with only linear segments defined by a list of Cartesian points. If the first and the last Cartesian point in the list are identical, then the polyline is a closed curve, otherwise it is an open curve.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcPolyline.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcRepresentationItem
- TIfcGeometricRepresentationItem
- TIfcCurve
- TIfcBoundedCurve
- TIfcPolyline
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
|
function BuildNode(const Mapping: TCastleIfcMapping): TAbstractChildNode; override; |
|
procedure UpdateCrossSection(const Extrusion: TExtrusionNode); override; |
Properties
property Points: TIfcCartesianPointList read FPoints; |
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. |
procedure UpdateCrossSection(const Extrusion: TExtrusionNode); override; |
|
This item has no description. Showing description inherited from TIfcCurve.UpdateCrossSection. Update Extrusion.FdCrossSection. In the base class, this reuses BuildNode and extracts cross section information from a temporary node. Override to provide more optimized implementation. |
Properties
property Points: TIfcCartesianPointList read FPoints; |
|
Points defining the polyline. |
Generated by PasDoc 0.16.0-snapshot.