Class TGeoCoordinateNode
Unit
Declaration
type TGeoCoordinateNode = class(TAbstractCoordinateNode)
Description
No description available, ancestor TAbstractCoordinateNode description follows
Base node type for all coordinate node types.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometricPropertyNode
- TAbstractCoordinateNode
- TGeoCoordinateNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
function CoordCount: Cardinal; override; |
![]() |
procedure SetPoint(const Value: array of TVector3Double); |
![]() |
procedure SetPoint(const Value: TVector3DoubleList); |
![]() |
procedure SetGeoSystem(const Value: array of string); |
![]() |
procedure SetGeoSystem(const Value: TCastleStringList); |
Properties
![]() |
property FdPoint: TMFVec3d read FFdPoint; |
![]() |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
![]() |
property FdGeoSystem: TMFString read FFdGeoSystem; |
![]() |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
function CoordCount: Cardinal; override; |
![]() |
procedure SetPoint(const Value: array of TVector3Double); |
![]() |
procedure SetPoint(const Value: TVector3DoubleList); |
![]() |
procedure SetGeoSystem(const Value: array of string); |
![]() |
procedure SetGeoSystem(const Value: TCastleStringList); |
Properties
![]() |
property FdPoint: TMFVec3d read FFdPoint; |
![]() |
property FdGeoOrigin: TSFNode read FFdGeoOrigin; |
![]() |
property FdGeoSystem: TMFString read FFdGeoSystem; |
![]() |
property GeoOrigin: TGeoOriginNode read GetGeoOrigin write SetGeoOrigin; |
Generated by PasDoc 0.16.0.
