Class TViewpointGroupNode
Unit
X3DNodes
Declaration
type TViewpointGroupNode = class(TAbstractChildNode)
Description
no description available, TAbstractChildNode description follows no description available, TAbstractNode description follows
Base X3D node.
Almost all X3D nodes inherit from this. (Exception: X3DMetadataObject. So you cannot have metadata of metadata of...)
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassNodeTypeName: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
function Description: string; |
Description generated smart (trying to use FdDescription field, falling back on other information to help user identify the node).
|
Properties
 |
property FdCenter: TSFVec3f read FFdCenter; |
|
 |
property FdChildren: TMFNode read FFdChildren; |
|
 |
property FdDescription: TSFString read FFdDescription; |
|
 |
property FdDisplayed: TSFBool read FFdDisplayed; |
|
 |
property FdRetainUserOffsets: TSFBool read FFdRetainUserOffsets; |
|
Generated by PasDoc 0.13.0 on 2014-04-30 22:06:48
|