Class TViewpointGroupNode
Unit
X3DNodes
Declaration
type TViewpointGroupNode = class(TAbstractChildNode)
Description
Group of viewpoints. You can (optionally) arrange viewpoints in groups to present them nicely in the X3D browser submenus.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
function SmartDescription: 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; |
|
 |
property Center: TVector3 read GetCenter write SetCenter; |
|
 |
property Description: string read GetDescription write SetDescription; |
|
 |
property Displayed: boolean read GetDisplayed write SetDisplayed; |
|
 |
property RetainUserOffsets: boolean read GetRetainUserOffsets write SetRetainUserOffsets; |
|
 |
property Size: TVector3 read GetSize write SetSize; |
|
Generated by PasDoc 0.15.0.
|