Class TCircle2DNode
Unit
X3DNodes
Declaration
type TCircle2DNode = class(TAbstractGeometryNode)
Description
Circle in 2D.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override; |
|
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
Properties
|
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 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; |
|
Generated by PasDoc 0.16.0.