Class TNurbsCurveNode
Unit
X3DNodes
Declaration
type TNurbsCurveNode = class(TAbstractParametricGeometryNode)
Description
Visible NURBS curve in 3D.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
|
 |
function ProxyUsesOverTriangulate: boolean; override; |
|
 |
procedure SetWeight(const Value: array of Double); |
|
 |
procedure SetKnot(const Value: array of Double); |
|
Properties
 |
property FdControlPoint: TSFNode read FFdControlPoint; |
|
 |
property FdTessellation: TSFInt32 read FFdTessellation; |
|
 |
property FdClosed: TSFBool read FFdClosed; |
|
 |
property FdOrder: TSFInt32 read FFdOrder; |
|
 |
property Tessellation: Integer read GetTessellation write SetTessellation; |
|
 |
property Closed: boolean read GetClosed write SetClosed; |
|
 |
property Order: Integer read GetOrder write SetOrder; |
|
Generated by PasDoc 0.15.0.
|