Class TGeoOriginNode
Unit
X3DNodes
Declaration
type TGeoOriginNode = class(TAbstractNode)
Description
No description available, ancestor TAbstractNode description follows
Base X3D node that can have some metadata.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
procedure SetGeoSystem(const Value: array of string); overload; |
|
Properties
 |
property FdGeoCoords: TSFVec3d read FFdGeoCoords; |
Internal wrapper for property GeoCoords. This wrapper API may change, we advise to access simpler GeoCoords instead.
|
 |
property GeoCoords: TVector3Double read GetGeoCoords write SetGeoCoords; |
|
 |
property FdGeoSystem: TMFString read FFdGeoSystem; |
Internal wrapper for property GeoSystem . This wrapper API may change, we advise to access simpler GeoSystem instead.
|
 |
property FdRotateYUp: TSFBool read FFdRotateYUp; |
Internal wrapper for property RotateYUp. This wrapper API may change, we advise to access simpler RotateYUp instead.
|
 |
property RotateYUp: Boolean read GetRotateYUp write SetRotateYUp; |
|
Generated by PasDoc 0.16.0.