Class TGeoLODNode
Unit
Declaration
type TGeoLODNode = class(TAbstractGroupingNode, IAbstractBoundedObject)
Description
No description available, ancestor TAbstractGroupingNode description follows
Base node that may contain children nodes. Note that this descends from TAbstractChildNode, so it can be inserted as child of another grouping node. So, you can create a hierarchy of nodes with any depth.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractGroupingNode
- TGeoLODNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetChild1Url(const Value: array of string); |
![]() |
procedure SetChild1Url(const Value: TCastleStringList); |
![]() |
procedure SetChild2Url(const Value: array of string); |
![]() |
procedure SetChild2Url(const Value: TCastleStringList); |
![]() |
procedure SetChild3Url(const Value: array of string); |
![]() |
procedure SetChild3Url(const Value: TCastleStringList); |
![]() |
procedure SetChild4Url(const Value: array of string); |
![]() |
procedure SetChild4Url(const Value: TCastleStringList); |
![]() |
procedure SetGeoSystem(const Value: array of string); |
![]() |
procedure SetGeoSystem(const Value: TCastleStringList); |
![]() |
procedure SetRootUrl(const Value: array of string); |
![]() |
procedure SetRootUrl(const Value: TCastleStringList); |
![]() |
procedure SetRootNode(const Value: array of TAbstractChildNode); |
Properties
![]() |
property EventChildren: TMFNodeEvent read FEventChildren; |
![]() |
property EventLevel_changed: TSFInt32Event read FEventLevel_changed; |
![]() |
property FdCenter: TSFVec3d read FFdCenter; |
![]() |
property FdChild1Url: TMFString read FFdChild1Url; |
![]() |
property FdChild2Url: TMFString read FFdChild2Url; |
![]() |
property FdChild3Url: TMFString read FFdChild3Url; |
![]() |
property FdChild4Url: TMFString read FFdChild4Url; |
![]() |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
![]() |
property FdGeoSystem: TMFString read FFdGeoSystem; |
![]() |
property FdRange: TSFFloat read FFdRange; |
![]() |
property FdRootUrl: TMFString read FFdRootUrl; |
![]() |
property FdRootNode: TMFNode read FFdRootNode; |
![]() |
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
![]() |
property FdBboxSize: TSFVec3f read FFdBboxSize; |
![]() |
property Center: TVector3Double read GetCenter write SetCenter; |
![]() |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
![]() |
property Range: Single read GetRange write SetRange; |
![]() |
property BBox: TBox3D read GetBBox write SetBBox; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetChild1Url(const Value: array of string); |
![]() |
procedure SetChild1Url(const Value: TCastleStringList); |
![]() |
procedure SetChild2Url(const Value: array of string); |
![]() |
procedure SetChild2Url(const Value: TCastleStringList); |
![]() |
procedure SetChild3Url(const Value: array of string); |
![]() |
procedure SetChild3Url(const Value: TCastleStringList); |
![]() |
procedure SetChild4Url(const Value: array of string); |
![]() |
procedure SetChild4Url(const Value: TCastleStringList); |
![]() |
procedure SetGeoSystem(const Value: array of string); |
![]() |
procedure SetGeoSystem(const Value: TCastleStringList); |
![]() |
procedure SetRootUrl(const Value: array of string); |
![]() |
procedure SetRootUrl(const Value: TCastleStringList); |
![]() |
procedure SetRootNode(const Value: array of TAbstractChildNode); |
Properties
![]() |
property EventChildren: TMFNodeEvent read FEventChildren; |
![]() |
property EventLevel_changed: TSFInt32Event read FEventLevel_changed; |
![]() |
property FdCenter: TSFVec3d read FFdCenter; |
![]() |
property FdChild1Url: TMFString read FFdChild1Url; |
![]() |
property FdChild2Url: TMFString read FFdChild2Url; |
![]() |
property FdChild3Url: TMFString read FFdChild3Url; |
![]() |
property FdChild4Url: TMFString read FFdChild4Url; |
![]() |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
![]() |
property FdGeoSystem: TMFString read FFdGeoSystem; |
![]() |
property FdRange: TSFFloat read FFdRange; |
![]() |
property FdRootUrl: TMFString read FFdRootUrl; |
![]() |
property FdRootNode: TMFNode read FFdRootNode; |
![]() |
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
![]() |
property FdBboxSize: TSFVec3f read FFdBboxSize; |
![]() |
property Center: TVector3Double read GetCenter write SetCenter; |
![]() |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
![]() |
property Range: Single read GetRange write SetRange; |
![]() |
property BBox: TBox3D read GetBBox write SetBBox; |
Generated by PasDoc 0.16.0.
