Class TBoxNode
Unit
X3DNodes
Declaration
type TBoxNode = class(TAbstractGeometryNode)
Description
Rectangular box.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
function TexCoordField: TSFNode; override; |
|
 |
function SolidField: TSFBool; override; |
|
 |
function CalculateDivisions: Cardinal; |
|
 |
function AutoGenerate3DTexCoords: boolean; override; |
|
Properties
 |
property FdSolid: TSFBool read FFdSolid; |
|
 |
property FdCcw: TSFBool read FFdCcw; |
|
 |
property FdTexCoord: TSFNode read FFdTexCoord; |
|
 |
property FdDivisions: TSFInt32 read FFdDivisions; |
|
 |
property Size: TVector3 read GetSize write SetSize; |
|
 |
property Ccw: boolean read GetCcw write SetCcw; |
|
 |
property Divisions: Integer read GetDivisions write SetDivisions; |
|
Generated by PasDoc 0.15.0.
|