Class TGeoLODNode
Unit
Declaration
type TGeoLODNode = class(TAbstractInternalGroupingNode)
Description
This item has no description. Showing description inherited from TAbstractInternalGroupingNode.
Base node that may contain children nodes.
You should not use this class directly usually, instead use e.g. TAbstractGroupingNode. This class is a common ancestor to help implementing a few similar nodes, like TAbstractGroupingNode and TStaticGroupNode, but it is undefined whether they will always rely on this common ancestor.
Note: 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.
Handles TTransformFunctionality for any descendant that defines an instance of it.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInternalGroupingNode
- TGeoLODNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetChild1Url(const Value: array of string); overload; |
![]() |
procedure SetChild1Url(const Value: TCastleStringList); overload; |
![]() |
procedure SetChild2Url(const Value: array of string); overload; |
![]() |
procedure SetChild2Url(const Value: TCastleStringList); overload; |
![]() |
procedure SetChild3Url(const Value: array of string); overload; |
![]() |
procedure SetChild3Url(const Value: TCastleStringList); overload; |
![]() |
procedure SetChild4Url(const Value: array of string); overload; |
![]() |
procedure SetChild4Url(const Value: TCastleStringList); overload; |
![]() |
procedure SetGeoSystem(const Value: array of string); overload; |
![]() |
procedure SetGeoSystem(const Value: TCastleStringList); overload; |
![]() |
procedure SetRootUrl(const Value: array of string); overload; |
![]() |
procedure SetRootUrl(const Value: TCastleStringList); overload; |
![]() |
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 Center: TVector3Double read GetCenter write SetCenter; |
![]() |
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 GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
![]() |
property FdGeoSystem: TMFString read FFdGeoSystem; |
![]() |
property FdRange: TSFFloat read FFdRange; |
![]() |
property Range: Single read GetRange write SetRange; |
![]() |
property FdRootUrl: TMFString read FFdRootUrl; |
![]() |
property FdRootNode: TMFNode read FFdRootNode; |
![]() |
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
![]() |
property BBox: TBox3D read GetBBox write SetBBox; |
![]() |
property FdBboxSize: TSFVec3f read FFdBboxSize; |
Description
Methods
![]() |
procedure CreateNode; override; |
This item has no description. Showing description inherited from TAbstractChildNode.CreateNode. Automatically generated node properties. Do not edit this file manually! To add new properties: - add them to the text files in tools/internal/x3d-nodes-to-pascal/nodes-specification/ , - and regenerate include files by running x3d-nodes-to-pascal |
![]() |
class function ClassX3DType: string; override; |
This item has no description. Showing description inherited from TX3DNode.ClassX3DType. Node type name in VRML/X3D, for this class. Normal VRML/X3D node classes should override this to return something non-empty, and then X3DType automatically will return the same value. Empty for classes that don't have a hardcoded VRML/X3D node name, like a special TX3DUnknownNode. Such special classes should override then X3DType to return actual non-empty name there. You usually should call X3DType. The only use of this method is that it works on classes (it's "class function"), without needing at actual instance. |
![]() |
procedure SetChild1Url(const Value: array of string); overload; |
This item has no description. |
![]() |
procedure SetChild1Url(const Value: TCastleStringList); overload; |
This item has no description. |
![]() |
procedure SetChild2Url(const Value: array of string); overload; |
This item has no description. |
![]() |
procedure SetChild2Url(const Value: TCastleStringList); overload; |
This item has no description. |
![]() |
procedure SetChild3Url(const Value: array of string); overload; |
This item has no description. |
![]() |
procedure SetChild3Url(const Value: TCastleStringList); overload; |
This item has no description. |
![]() |
procedure SetChild4Url(const Value: array of string); overload; |
This item has no description. |
![]() |
procedure SetChild4Url(const Value: TCastleStringList); overload; |
This item has no description. |
![]() |
procedure SetGeoSystem(const Value: array of string); overload; |
This item has no description. |
![]() |
procedure SetGeoSystem(const Value: TCastleStringList); overload; |
This item has no description. |
![]() |
procedure SetRootUrl(const Value: array of string); overload; |
This item has no description. |
![]() |
procedure SetRootUrl(const Value: TCastleStringList); overload; |
This item has no description. |
![]() |
procedure SetRootNode(const Value: array of TAbstractChildNode); |
This item has no description. |
Properties
![]() |
property EventChildren: TMFNodeEvent read FEventChildren; |
This item has no description. |
![]() |
property EventLevel_changed: TSFInt32Event read FEventLevel_changed; |
This item has no description. |
![]() |
property FdCenter: TSFVec3d read FFdCenter; |
Internal wrapper for property Center. This wrapper API may change, we advise to access simpler Center instead. |
![]() |
property Center: TVector3Double read GetCenter write SetCenter; |
This item has no description. |
![]() |
property FdChild1Url: TMFString read FFdChild1Url; |
Internal wrapper for property |
![]() |
property FdChild2Url: TMFString read FFdChild2Url; |
Internal wrapper for property |
![]() |
property FdChild3Url: TMFString read FFdChild3Url; |
Internal wrapper for property |
![]() |
property FdChild4Url: TMFString read FFdChild4Url; |
Internal wrapper for property |
![]() |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
Internal wrapper for property GeoOrigin. This wrapper API may change, we advise to access simpler GeoOrigin instead. |
![]() |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
This item has no description. |
![]() |
property FdGeoSystem: TMFString read FFdGeoSystem; |
Internal wrapper for property |
![]() |
property FdRange: TSFFloat read FFdRange; |
Internal wrapper for property Range. This wrapper API may change, we advise to access simpler Range instead. |
![]() |
property Range: Single read GetRange write SetRange; |
This item has no description. |
![]() |
property FdRootUrl: TMFString read FFdRootUrl; |
Internal wrapper for property |
![]() |
property FdRootNode: TMFNode read FFdRootNode; |
Internal wrapper for property |
![]() |
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
Internal wrapper for property |
![]() |
property BBox: TBox3D read GetBBox write SetBBox; |
This item has no description. |
![]() |
property FdBboxSize: TSFVec3f read FFdBboxSize; |
Internal wrapper for property |
Generated by PasDoc 0.16.0.