Class TNurbsCurve2DNode
Unit
X3DNodes
Declaration
type TNurbsCurve2DNode = class(TAbstractNurbsControlCurveNode)
Description
Trimming segment that is expressed a NURBS curve and is part of a trimming contour in the u,v domain of the surface.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetWeight(const Value: array of Double); |
|
 |
procedure SetKnot(const Value: array of Double); |
|
Properties
 |
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.
|