Class TDisk2DNode
Unit
X3DNodes
Declaration
type TDisk2DNode = class(TAbstractGeometryNode)
Description
Disc (filled 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 FdInnerRadius: TSFFloat read FFdInnerRadius; |
Internal wrapper for property InnerRadius. This wrapper API may change, we advise to access simpler InnerRadius instead.
|
|
property InnerRadius: Single read GetInnerRadius write SetInnerRadius; |
|
|
property FdOuterRadius: TSFFloat read FFdOuterRadius; |
Internal wrapper for property OuterRadius. This wrapper API may change, we advise to access simpler OuterRadius instead.
|
|
property OuterRadius: Single read GetOuterRadius write SetOuterRadius; |
|
|
property FdSolid: TSFBool read FFdSolid; |
Internal wrapper for property Solid. This wrapper API may change, we advise to access simpler Solid instead.
|
Generated by PasDoc 0.16.0.