Class TBoxNode
Unit
X3DNodes
Declaration
type TBoxNode = class(TAbstractGeometryNode)
Description
Rectangular box.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function TexCoordField: TSFNode; override; |
|
 |
function SolidField: TSFBool; override; |
|
 |
function AutoGenerate3DTexCoords: boolean; override; |
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
Properties
 |
property FdSize: TSFVec3f read FFdSize; |
Internal wrapper for property Size . This wrapper API may change, we advise to access simpler Size instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Size: TVector3 read GetSize write SetSize; |
|
 |
property FdSolid: TSFBool read FFdSolid; |
Internal wrapper for property Solid . This wrapper API may change, we advise to access simpler Solid instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdCcw: TSFBool read FFdCcw; |
Internal wrapper for property Ccw . This wrapper API may change, we advise to access simpler Ccw instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Ccw: Boolean read GetCcw write SetCcw; |
|
 |
property FdTexCoord: TSFNode read FFdTexCoord; |
Internal wrapper for property TexCoord . This wrapper API may change, we advise to access simpler TexCoord instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property TexCoord: TX3DNode read GetTexCoord write SetTexCoord; |
|
Generated by PasDoc 0.16.0.