Class TPolyline2DNode
Unit
X3DNodes
Declaration
type TPolyline2DNode = class(TAbstractX3DGeometryNode)
Description
Series of contiguous line segments in 2D. Rendering of this node is not implemented yet.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
Properties
 |
property FdLineSegments: TMFVec2f read FFdLineSegments; |
|
Polyline segments. In VRML 97 it is called "point", in X3D it is "lineSegments".
|
Generated by PasDoc 0.14.0.
|