Class TLODNode_1
Unit
X3DNodes
Declaration
type TLODNode_1 = class(TAbstractChildNode)
Description
No description available, ancestor TAbstractChildNode description follows
Abstract node type that indicates that the node may be used as a child of a grouping node, e.g. inside TAbstractGroupingNode.FdChildren.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(const AX3DName: string = ''; const ABaseUrl: String = ''); override; |
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override; |
|
Properties
 |
property FdRange: TMFFloat read FFdRange; |
Internal wrapper for property Range . This wrapper API may change, we advise to access simpler Range instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdCenter: TSFVec3f read FFdCenter; |
Internal wrapper for property Center . This wrapper API may change, we advise to access simpler Center instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
Generated by PasDoc 0.16.0.