Class TRectangle2DNode

Unit

Declaration

type TRectangle2DNode = class(TAbstractGeometryNode)

Description

Rectangle in 2D.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function URNMatching(const URN: string): boolean; override;
Public function Proxy(var State: TX3DGraphTraverseState; const OverTriangulate: boolean): TAbstractGeometryNode; override;
Public function ProxyUsesOverTriangulate: boolean; override;

Properties

Public property FdSize: TSFVec2f read FFdSize;
Public property FdSolid: TSFBool read FFdSolid;
Public property Size: TVector2 read GetSize write SetSize;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function URNMatching(const URN: string): boolean; override;
 
Public function Proxy(var State: TX3DGraphTraverseState; const OverTriangulate: boolean): TAbstractGeometryNode; override;
 
Public function ProxyUsesOverTriangulate: boolean; override;
 

Properties

Public property FdSize: TSFVec2f read FFdSize;
 
Public property FdSolid: TSFBool read FFdSolid;
 
Public property Size: TVector2 read GetSize write SetSize;
 

Generated by PasDoc 0.15.0.