Class TViewpointGroupNode
Unit
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
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TViewpointGroupNode
Overview
Methods
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
|
function SmartDescription: string; |
|
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
Properties
property FdCenter: TSFVec3f read FFdCenter; |
|
property Center: TVector3 read GetCenter write SetCenter; |
|
property FdChildren: TMFNode read FFdChildren; |
|
property FdDescription: TSFString read FFdDescription; |
|
property Description: String read GetDescription write SetDescription; |
|
property FdDisplayed: TSFBool read FFdDisplayed; |
|
property Displayed: Boolean read GetDisplayed write SetDisplayed; |
|
property FdRetainUserOffsets: TSFBool read FFdRetainUserOffsets; |
|
property RetainUserOffsets: Boolean read GetRetainUserOffsets write SetRetainUserOffsets; |
|
property FdSize: TSFVec3f read FFdSize; |
|
property Size: TVector3 read GetSize write SetSize; |
Description
Methods
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
|
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; |
|
class function ClassX3DType: string; override; |
|
Properties
property FdCenter: TSFVec3f read FFdCenter; |
|
Internal wrapper for property Center. This wrapper API may change, we advise to access simpler Center instead. |
property Center: TVector3 read GetCenter write SetCenter; |
|
property FdChildren: TMFNode read FFdChildren; |
|
Internal wrapper for property |
property FdDescription: TSFString read FFdDescription; |
|
Internal wrapper for property Description. This wrapper API may change, we advise to access simpler Description instead. |
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. |
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. |
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. |
property Size: TVector3 read GetSize write SetSize; |
|
Generated by PasDoc 0.16.0.