Class TGeoProximitySensorNode
Unit
Declaration
type TGeoProximitySensorNode = class(TAbstractEnvironmentalSensorNode)
Description
No description available, ancestor TAbstractEnvironmentalSensorNode description follows
Base type for all the environmental sensor nodes.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractSensorNode
- TAbstractEnvironmentalSensorNode
- TGeoProximitySensorNode
Overview
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
procedure SetGeoSystem(const Value: array of string); overload; |
|
procedure SetGeoSystem(const Value: TCastleStringList); overload; |
Properties
property FdGeoCenter: TSFVec3d read FFdGeoCenter; |
|
property GeoCenter: TVector3Double read GetGeoCenter write SetGeoCenter; |
|
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 GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
|
property FdGeoSystem: TMFString read FFdGeoSystem; |
Description
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
procedure SetGeoSystem(const Value: array of string); overload; |
|
procedure SetGeoSystem(const Value: TCastleStringList); overload; |
|
Properties
property FdGeoCenter: TSFVec3d read FFdGeoCenter; |
|
Internal wrapper for property GeoCenter. This wrapper API may change, we advise to access simpler GeoCenter instead. |
property GeoCenter: TVector3Double read GetGeoCenter write SetGeoCenter; |
|
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; |
|
Internal wrapper for property GeoOrigin. This wrapper API may change, we advise to access simpler GeoOrigin instead. |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
|
property FdGeoSystem: TMFString read FFdGeoSystem; |
|
Internal wrapper for property |
Generated by PasDoc 0.16.0.