Class TContour2DNode
Unit
X3DNodes
Declaration
type TContour2DNode = class(TAbstractX3DGeometryNode)
Description
Contour2D node.
For VRML 2.0, this is TAbstractX3DGeometryNode, since VRML 2.0 specification explicitly says it's valid geometry node. For X3D specification, this was only TAbstractNode. When actually implementing this, I will have to either handle both VRML 2.0 and X3D cases at once, or just split this class into two separate TContour2DNode_2 and TContour2DNode .
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassNodeTypeName: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property EventAddChildren: TX3DEvent read FEventAddChildren; |
|
 |
property EventRemoveChildren: TX3DEvent read FEventRemoveChildren; |
|
 |
property FdChildren: TMFNode read FFdChildren; |
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:55
|