Class TCircle2DNode
Unit
Declaration
type TCircle2DNode = class(TAbstractGeometryNode)
Description
Circle in 2D.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractGeometryNode
- TCircle2DNode
Overview
Methods
![]() |
constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override; |
![]() |
function Proxy(var State: TX3DGraphTraverseState; const OverTriangulate: boolean): TAbstractGeometryNode; override; |
![]() |
function ProxyUsesOverTriangulate: boolean; override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdRadius: TSFFloat read FFdRadius; |
![]() |
property Radius: Single read GetRadius write SetRadius; |
![]() |
property FdSlices: TSFInt32 read FFdSlices; |
![]() |
property Slices: Integer read GetSlices write SetSlices; |
Description
Methods
![]() |
constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override; |
![]() |
function Proxy(var State: TX3DGraphTraverseState; const OverTriangulate: boolean): TAbstractGeometryNode; override; |
![]() |
function ProxyUsesOverTriangulate: boolean; override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdRadius: TSFFloat read FFdRadius; |
![]() |
property Radius: Single read GetRadius write SetRadius; |
![]() |
property FdSlices: TSFInt32 read FFdSlices; |
![]() |
property Slices: Integer read GetSlices write SetSlices; |
Generated by PasDoc 0.16.0.
