Class TText3DNode
Unit
Declaration
type TText3DNode = class(TTextNode)
Description
Text with 3D depth. The depth is not implemented now – this is equivalent to TTextNode now.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometryNode
- TTextNode
- TText3DNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetString(const Value: array of string); |
![]() |
procedure SetString(const Value: TCastleStringList); |
![]() |
procedure SetLength(const Value: array of Single); |
![]() |
procedure SetLength(const Value: TSingleList); |
Properties
![]() |
property FdDepth: TSFFloat read FFdDepth; |
![]() |
property MaxExtent: Single read GetMaxExtent write SetMaxExtent; |
![]() |
property Depth: Single read GetDepth write SetDepth; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetString(const Value: array of string); |
![]() |
procedure SetString(const Value: TCastleStringList); |
![]() |
procedure SetLength(const Value: array of Single); |
![]() |
procedure SetLength(const Value: TSingleList); |
Properties
![]() |
property FdDepth: TSFFloat read FFdDepth; |
![]() |
property MaxExtent: Single read GetMaxExtent write SetMaxExtent; |
![]() |
property Depth: Single read GetDepth write SetDepth; |
Generated by PasDoc 0.16.0.
