Class TRectangle2DNode
Unit
X3DNodes
Declaration
type TRectangle2DNode = class(TAbstractGeometryNode)
Description
Rectangle in 2D.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
function ProxyUsesOverTriangulate: boolean; override; |
|
Properties
 |
property FdSolid: TSFBool read FFdSolid; |
|
 |
property Size: TVector2 read GetSize write SetSize; |
|
Generated by PasDoc 0.15.0.
|