Class TCylinderNode
Unit
X3DNodes
Declaration
type TCylinderNode = class(TAbstractGeometryNode)
Description
Cylinder.
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 CalculateSlices: Cardinal; |
|
 |
function CalculateStacks: Cardinal; |
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
|
 |
function AutoGenerate3DTexCoords: boolean; override; |
|
Properties
 |
property FdBottom: TSFBool read FFdBottom; |
|
 |
property FdHeight: TSFFloat read FFdHeight; |
|
 |
property FdRadius: TSFFloat read FFdRadius; |
|
 |
property FdSide: TSFBool read FFdSide; |
|
 |
property FdSolid: TSFBool read FFdSolid; |
|
 |
property FdTop: TSFBool read FFdTop; |
|
 |
property FdTexCoord: TSFNode read FFdTexCoord; |
|
 |
property FdSlices: TSFInt32 read FFdSlices; |
|
 |
property FdStacks: TSFInt32 read FFdStacks; |
|
 |
property Bottom: boolean read GetBottom write SetBottom; |
|
 |
property Height: Single read GetHeight write SetHeight; |
|
 |
property Radius: Single read GetRadius write SetRadius; |
|
 |
property Side: boolean read GetSide write SetSide; |
|
 |
property Top: boolean read GetTop write SetTop; |
|
 |
property Slices: Integer read GetSlices write SetSlices; |
|
 |
property Stacks: Integer read GetStacks write SetStacks; |
|
Generated by PasDoc 0.15.0.
|