Class TContour2DNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TContour2DNode = class(TAbstractNode)

Description

Contour2D node for X3D.

X3D cannot share implementation with VRML 2.0 version (TContour2DNode_2), since for VRML 2.0 this is a valid geometry node (TAbstractX3DGeometryNode descendant).

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassNodeTypeName: string; override;
Public class function URNMatching(const URN: string): boolean; override;
Public class function ForVRMLVersion(const Version: TX3DVersion): boolean; override;

Properties

Public property EventAddChildren: TX3DEvent read FEventAddChildren;
Public property EventRemoveChildren: TX3DEvent read FEventRemoveChildren;
Public property FdChildren: TMFNode read FFdChildren;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassNodeTypeName: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 
Public class function ForVRMLVersion(const Version: TX3DVersion): boolean; override;
 

Properties

Public property EventAddChildren: TX3DEvent read FEventAddChildren;
 
Public property EventRemoveChildren: TX3DEvent read FEventRemoveChildren;
 
Public property FdChildren: TMFNode read FFdChildren;
 

Generated by PasDoc 0.13.0 on 2013-08-17 21:27:16