Class TGeoLODNode
Unit
X3DNodes
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
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetChild1Url(const Value: array of string); |
|
 |
procedure SetChild2Url(const Value: array of string); |
|
 |
procedure SetChild3Url(const Value: array of string); |
|
 |
procedure SetChild4Url(const Value: array of string); |
|
 |
procedure SetGeoSystem(const Value: array of string); |
|
 |
procedure SetRootUrl(const Value: array of string); |
|
Properties
 |
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 GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
|
 |
property Range: Single read GetRange write SetRange; |
|
 |
property BboxCenter: TVector3 read GetBboxCenter write SetBboxCenter; |
|
 |
property BboxSize: TVector3 read GetBboxSize write SetBboxSize; |
|
Generated by PasDoc 0.15.0.
|