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
 |
function SmartDescription: string; |
Description generated smart (trying to use FdDescription field, falling back on other information to help user identify the node).
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
 |
procedure SetChildren(const Value: array of TX3DNode); |
|
Properties
 |
property FdCenter: TSFVec3f read FFdCenter; |
Internal wrapper for property Center . This wrapper API may change, we advise to access simpler Center instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Center: TVector3 read GetCenter write SetCenter; |
|
 |
property FdChildren: TMFNode read FFdChildren; |
Internal wrapper for property Children . This wrapper API may change, we advise to access simpler Children instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdDescription: TSFString read FFdDescription; |
Internal wrapper for property Description . This wrapper API may change, we advise to access simpler Description instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Description: String read GetDescription write SetDescription; |
|
 |
property FdDisplayed: TSFBool read FFdDisplayed; |
Internal wrapper for property Displayed . This wrapper API may change, we advise to access simpler Displayed instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Displayed: Boolean read GetDisplayed write SetDisplayed; |
|
 |
property FdRetainUserOffsets: TSFBool read FFdRetainUserOffsets; |
Internal wrapper for property RetainUserOffsets . This wrapper API may change, we advise to access simpler RetainUserOffsets instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property RetainUserOffsets: Boolean read GetRetainUserOffsets write SetRetainUserOffsets; |
|
 |
property FdSize: TSFVec3f read FFdSize; |
Internal wrapper for property Size . This wrapper API may change, we advise to access simpler Size instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Size: TVector3 read GetSize write SetSize; |
|
Generated by PasDoc 0.16.0.