Class TText3DNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TText3DNode = class(TTextNode)

Description

Text with 3D depth. The depth is not implemented now – this is equivalent to TTextNode now.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function URNMatching(const URN: string): boolean; override;

Properties

Public property FdDepth: TSFFloat read FFdDepth;
Public property MaxExtent: Single read GetMaxExtent write SetMaxExtent;
Public property Depth: Single read GetDepth write SetDepth;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 

Properties

Public property FdDepth: TSFFloat read FFdDepth;
 
Public property MaxExtent: Single read GetMaxExtent write SetMaxExtent;
 
Public property Depth: Single read GetDepth write SetDepth;
 

Generated by PasDoc 0.14.0.