Class TPolyline2DNode
Unit
X3DNodes
Declaration
type TPolyline2DNode = class(TAbstractGeometryNode)
Description
Series of line segments in 2D.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(const AX3DName: string = ''; const ABaseUrl: String = ''); override; |
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
 |
procedure SetLineSegments(const Value: array of TVector2); overload; |
|
 |
procedure SetLineSegments(const Value: TVector2List); overload; |
|
Properties
 |
property FdLineSegments: TMFVec2f read FFdLineSegments; |
Internal wrapper for property LineSegments . This wrapper API may change, we advise to access simpler LineSegments instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
Generated by PasDoc 0.16.0.