Class TPolyline2DNode
Unit
X3DNodes
Declaration
type TPolyline2DNode = class(TAbstractX3DGeometryNode)
Description
Polyline2D node.
The "lineSegments" field uses our TX3DField.AddAlternativeName mechanism, and when reading/saving VRML 97 file it will be named "point" (as it was in VRML 97 amendment 1 specification). In X3D normal name, "lineSegments", will be used.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassNodeTypeName: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdLineSegments: TMFVec2f read FFdLineSegments; |
|
Generated by PasDoc 0.14.0.
|