Class TGeoProximitySensorNode
Unit
X3DNodes
Declaration
type TGeoProximitySensorNode = class(TAbstractEnvironmentalSensorNode)
Description
No description available, ancestor TAbstractEnvironmentalSensorNode description follows
Base type for all the environmental sensor nodes.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetGeoSystem(const Value: array of string); |
|
Properties
 |
property FdGeoCenter: TSFVec3d read FFdGeoCenter; |
|
 |
property EventCenterOfRotation_changed: TSFVec3fEvent read FEventCenterOfRotation_changed; |
|
 |
property EventGeoCoord_changed: TSFVec3dEvent read FEventGeoCoord_changed; |
|
 |
property EventOrientation_changed: TSFRotationEvent read FEventOrientation_changed; |
|
 |
property EventPosition_changed: TSFVec3fEvent read FEventPosition_changed; |
|
 |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
|
 |
property FdGeoSystem: TMFString read FFdGeoSystem; |
|
 |
property GeoCenter: TVector3Double read GetGeoCenter write SetGeoCenter; |
|
 |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
|
Generated by PasDoc 0.15.0.
|