Class TArcClose2DNode
Unit
X3DNodes
Declaration
type TArcClose2DNode = class(TAbstractGeometryNode)
Description
Closed circular arc in 2D. Rendering of this node is not implemented yet.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function SolidField: TSFBool; override; |
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
Properties
 |
property FdClosureType: TSFStringEnum read FFdClosureType; |
Internal wrapper for property ClosureType . This wrapper API may change, we advise to access simpler ClosureType instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property ClosureType: TArcClosureType read GetClosureType write SetClosureType; |
|
 |
property FdEndAngle: TSFFloat read FFdEndAngle; |
Internal wrapper for property EndAngle . This wrapper API may change, we advise to access simpler EndAngle instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property EndAngle: Single read GetEndAngle write SetEndAngle; |
|
 |
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 FdSolid: TSFBool read FFdSolid; |
Internal wrapper for property Solid . This wrapper API may change, we advise to access simpler Solid instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdStartAngle: TSFFloat read FFdStartAngle; |
Internal wrapper for property StartAngle . This wrapper API may change, we advise to access simpler StartAngle instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property StartAngle: Single read GetStartAngle write SetStartAngle; |
|
Generated by PasDoc 0.16.0.