Class TCylinderNode

Unit

Declaration

type TCylinderNode = class(TAbstractGeometryNode)

Description

Cylinder.

Hierarchy

Overview

Methods

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
Public function TexCoordField: TSFNode; override;
Public function SolidField: TSFBool; override;
Public function CalculateSlices: Cardinal;
Public function CalculateStacks: Cardinal;
Public class function ForVRMLVersion(const Version: TX3DVersion): boolean; override;
Public function Proxy(var State: TX3DGraphTraverseState): TAbstractGeometryNode; override;
Public function BoundingBox(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): TBox3D; override;
Public function LocalBoundingBox(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): TBox3D; override;
Public function TrianglesCount(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): Cardinal; override;
Public function AutoGenerate3DTexCoords: boolean; override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdBottom: TSFBool read FFdBottom;
Public property Bottom: Boolean read GetBottom write SetBottom;
Public property FdHeight: TSFFloat read FFdHeight;
Public property Height: Single read GetHeight write SetHeight;
Public property FdRadius: TSFFloat read FFdRadius;
Public property Radius: Single read GetRadius write SetRadius;
Public property FdSide: TSFBool read FFdSide;
Public property Side: Boolean read GetSide write SetSide;
Public property FdSolid: TSFBool read FFdSolid;
Public property FdTop: TSFBool read FFdTop;
Public property Top: Boolean read GetTop write SetTop;
Public property FdTexCoord: TSFNode read FFdTexCoord;
Public property FdSlices: TSFInt32 read FFdSlices;
Public property Slices: Integer read GetSlices write SetSlices;
Public property FdStacks: TSFInt32 read FFdStacks;
Public property Stacks: Integer read GetStacks write SetStacks;

Description

Methods

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
 
Public function TexCoordField: TSFNode; override;
 
Public function SolidField: TSFBool; override;
 
Public function CalculateSlices: Cardinal;
 
Public function CalculateStacks: Cardinal;
 
Public class function ForVRMLVersion(const Version: TX3DVersion): boolean; override;
 
Public function Proxy(var State: TX3DGraphTraverseState): TAbstractGeometryNode; override;
 
Public function BoundingBox(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): TBox3D; override;
 
Public function LocalBoundingBox(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): TBox3D; override;
 
Public function TrianglesCount(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): Cardinal; override;
 
Public function AutoGenerate3DTexCoords: boolean; override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdBottom: TSFBool read FFdBottom;

Internal wrapper for property Bottom. This wrapper API may change, we advise to access simpler Bottom instead.

Public property Bottom: Boolean read GetBottom write SetBottom;
 
Public property FdHeight: TSFFloat read FFdHeight;

Internal wrapper for property Height. This wrapper API may change, we advise to access simpler Height instead.

Public property Height: Single read GetHeight write SetHeight;
 
Public property FdRadius: TSFFloat read FFdRadius;

Internal wrapper for property Radius. This wrapper API may change, we advise to access simpler Radius instead.

Public property Radius: Single read GetRadius write SetRadius;
 
Public property FdSide: TSFBool read FFdSide;

Internal wrapper for property Side. This wrapper API may change, we advise to access simpler Side instead.

Public property Side: Boolean read GetSide write SetSide;
 
Public property FdSolid: TSFBool read FFdSolid;

Internal wrapper for property Solid. This wrapper API may change, we advise to access simpler Solid instead.

Public property FdTop: TSFBool read FFdTop;

Internal wrapper for property Top. This wrapper API may change, we advise to access simpler Top instead.

Public property Top: Boolean read GetTop write SetTop;
 
Public property FdTexCoord: TSFNode read FFdTexCoord;

Internal wrapper for property TexCoord. This wrapper API may change, we advise to access simpler TexCoord instead.

Public property FdSlices: TSFInt32 read FFdSlices;

Internal wrapper for property Slices. This wrapper API may change, we advise to access simpler Slices instead.

Public property Slices: Integer read GetSlices write SetSlices;
 
Public property FdStacks: TSFInt32 read FFdStacks;

Internal wrapper for property Stacks. This wrapper API may change, we advise to access simpler Stacks instead.

Public property Stacks: Integer read GetStacks write SetStacks;
 

Generated by PasDoc 0.16.0.