Class TAbstractX3DGroupingNode
Unit
X3DNodes
Declaration
type TAbstractX3DGroupingNode = class(TAbstractGroupingNode, IAbstractBoundedObject)
Description
Base node that contains children nodes, in X3D and VRML 2.0.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
Properties
 |
property EventAddChildren: TMFNodeEvent read FEventAddChildren; |
|
|
 |
property EventRemoveChildren: TMFNodeEvent read FEventRemoveChildren; |
|
|
 |
property FdChildren: TMFNode read FFdChildren; |
|
|
 |
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
|
|
 |
property FdBboxSize: TSFVec3f read FFdBboxSize; |
|
|
 |
property BboxCenter: TVector3Single read GetBboxCenter write SetBboxCenter; |
|
|
Generated by PasDoc 0.14.0.
|