Class TNurbsCurve2DNode
Unit
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
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractNurbsControlCurveNode
- TNurbsCurve2DNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
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; |
![]() |
procedure SetKnot(const Value: TDoubleList); overload; |
Properties
![]() |
property FdTessellation: TSFInt32 read FFdTessellation; |
![]() |
property Tessellation: Integer read GetTessellation write SetTessellation; |
![]() |
property FdWeight: TMFDouble read FFdWeight; |
![]() |
property FdClosed: TSFBool read FFdClosed; |
![]() |
property Closed: Boolean read GetClosed write SetClosed; |
![]() |
property FdKnot: TMFDouble read FFdKnot; |
![]() |
property FdOrder: TSFInt32 read FFdOrder; |
![]() |
property Order: Integer read GetOrder write SetOrder; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
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; |
![]() |
procedure SetKnot(const Value: TDoubleList); overload; |
Properties
![]() |
property FdTessellation: TSFInt32 read FFdTessellation; |
Internal wrapper for property Tessellation. This wrapper API may change, we advise to access simpler Tessellation instead. |
![]() |
property Tessellation: Integer read GetTessellation write SetTessellation; |
![]() |
property FdWeight: TMFDouble read FFdWeight; |
Internal wrapper for property |
![]() |
property FdClosed: TSFBool read FFdClosed; |
Internal wrapper for property Closed. This wrapper API may change, we advise to access simpler Closed instead. |
![]() |
property Closed: Boolean read GetClosed write SetClosed; |
![]() |
property FdKnot: TMFDouble read FFdKnot; |
Internal wrapper for property |
![]() |
property FdOrder: TSFInt32 read FFdOrder; |
Internal wrapper for property Order. This wrapper API may change, we advise to access simpler Order instead. |
![]() |
property Order: Integer read GetOrder write SetOrder; |
Generated by PasDoc 0.16.0.