Class TCoordinateDoubleNode
Unit
Declaration
type TCoordinateDoubleNode = class(TAbstractCoordinateNode)
Description
3D coordinates defines using double precision floating point values.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometricPropertyNode
- TAbstractCoordinateNode
- TCoordinateDoubleNode
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); |
Properties
![]() |
property FdPoint: TMFVec3d read FFdPoint; |
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); |
Properties
![]() |
property FdPoint: TMFVec3d read FFdPoint; |
Generated by PasDoc 0.16.0.
