Class TCircle2DNode
Unit
X3DNodes
Declaration
type TCircle2DNode = class(TAbstractGeometryNode)
Description
Circle in 2D.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
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, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
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, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Slices: Integer read GetSlices write SetSlices; |
How much to subdivide the circle. Larger values result in a shape that looks smoother (like a correct circle), but also mean that we need to render more triangles. The default value, 0 means to use the global DefaultTriangulationSlices parameter.
|
Generated by PasDoc 0.16.0.