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; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
 |
procedure SetWeight(const Value: array of Double); overload; |
|
 |
procedure SetWeight(const Value: TDoubleList); overload; |
|
 |
procedure SetKnot(const Value: array of Double); overload; |
|
Properties
 |
property FdTessellation: TSFInt32 read FFdTessellation; |
Internal wrapper for property Tessellation . This wrapper API may change, we advise to access simpler Tessellation instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Tessellation: Integer read GetTessellation write SetTessellation; |
|
 |
property FdWeight: TMFDouble read FFdWeight; |
Internal wrapper for property Weight . This wrapper API may change, we advise to access simpler Weight instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdClosed: TSFBool read FFdClosed; |
Internal wrapper for property Closed . This wrapper API may change, we advise to access simpler Closed instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Closed: Boolean read GetClosed write SetClosed; |
|
 |
property FdKnot: TMFDouble read FFdKnot; |
Internal wrapper for property Knot . This wrapper API may change, we advise to access simpler Knot instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdOrder: TSFInt32 read FFdOrder; |
Internal wrapper for property Order . This wrapper API may change, we advise to access simpler Order instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Order: Integer read GetOrder write SetOrder; |
|
Generated by PasDoc 0.16.0.