Class TCylinderNode
Unit
Declaration
type TCylinderNode = class(TAbstractGeometryNode)
Description
Cylinder.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometryNode
- TCylinderNode
Overview
Methods
![]() |
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
![]() |
function TexCoordField: TSFNode; override; |
![]() |
function SolidField: TSFBool; override; |
![]() |
function CalculateSlices: Cardinal; |
![]() |
function CalculateStacks: Cardinal; |
![]() |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
![]() |
function Proxy(var State: TX3DGraphTraverseState): TAbstractGeometryNode; override; |
![]() |
function BoundingBox(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): TBox3D; override; |
![]() |
function LocalBoundingBox(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): TBox3D; override; |
![]() |
function TrianglesCount(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): Cardinal; override; |
![]() |
function AutoGenerate3DTexCoords: boolean; override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdBottom: TSFBool read FFdBottom; |
![]() |
property Bottom: Boolean read GetBottom write SetBottom; |
![]() |
property FdHeight: TSFFloat read FFdHeight; |
![]() |
property Height: Single read GetHeight write SetHeight; |
![]() |
property FdRadius: TSFFloat read FFdRadius; |
![]() |
property Radius: Single read GetRadius write SetRadius; |
![]() |
property FdSide: TSFBool read FFdSide; |
![]() |
property Side: Boolean read GetSide write SetSide; |
![]() |
property FdSolid: TSFBool read FFdSolid; |
![]() |
property FdTop: TSFBool read FFdTop; |
![]() |
property Top: Boolean read GetTop write SetTop; |
![]() |
property FdTexCoord: TSFNode read FFdTexCoord; |
![]() |
property FdSlices: TSFInt32 read FFdSlices; |
![]() |
property Slices: Integer read GetSlices write SetSlices; |
![]() |
property FdStacks: TSFInt32 read FFdStacks; |
![]() |
property Stacks: Integer read GetStacks write SetStacks; |
Description
Methods
![]() |
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
![]() |
function TexCoordField: TSFNode; override; |
![]() |
function SolidField: TSFBool; override; |
![]() |
function CalculateSlices: Cardinal; |
![]() |
function CalculateStacks: Cardinal; |
![]() |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
![]() |
function Proxy(var State: TX3DGraphTraverseState): TAbstractGeometryNode; override; |
![]() |
function BoundingBox(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): TBox3D; override; |
![]() |
function LocalBoundingBox(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): TBox3D; override; |
![]() |
function TrianglesCount(State: TX3DGraphTraverseState; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): Cardinal; override; |
![]() |
function AutoGenerate3DTexCoords: boolean; override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdBottom: TSFBool read FFdBottom; |
Internal wrapper for property Bottom. This wrapper API may change, we advise to access simpler Bottom instead. |
![]() |
property Bottom: Boolean read GetBottom write SetBottom; |
![]() |
property FdHeight: TSFFloat read FFdHeight; |
Internal wrapper for property Height. This wrapper API may change, we advise to access simpler Height instead. |
![]() |
property Height: Single read GetHeight write SetHeight; |
![]() |
property FdRadius: TSFFloat read FFdRadius; |
Internal wrapper for property Radius. This wrapper API may change, we advise to access simpler Radius instead. |
![]() |
property Radius: Single read GetRadius write SetRadius; |
![]() |
property FdSide: TSFBool read FFdSide; |
Internal wrapper for property Side. This wrapper API may change, we advise to access simpler Side instead. |
![]() |
property Side: Boolean read GetSide write SetSide; |
![]() |
property FdSolid: TSFBool read FFdSolid; |
Internal wrapper for property Solid. This wrapper API may change, we advise to access simpler Solid instead. |
![]() |
property FdTop: TSFBool read FFdTop; |
Internal wrapper for property Top. This wrapper API may change, we advise to access simpler Top instead. |
![]() |
property Top: Boolean read GetTop write SetTop; |
![]() |
property FdTexCoord: TSFNode read FFdTexCoord; |
Internal wrapper for property |
![]() |
property FdSlices: TSFInt32 read FFdSlices; |
Internal wrapper for property Slices. This wrapper API may change, we advise to access simpler Slices instead. |
![]() |
property Slices: Integer read GetSlices write SetSlices; |
![]() |
property FdStacks: TSFInt32 read FFdStacks; |
Internal wrapper for property Stacks. This wrapper API may change, we advise to access simpler Stacks instead. |
![]() |
property Stacks: Integer read GetStacks write SetStacks; |
Generated by PasDoc 0.16.0.