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

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public procedure SetWeight(const Value: array of Double); overload;
Public procedure SetWeight(const Value: TDoubleList); overload;
Public procedure SetKnot(const Value: array of Double); overload;
Public procedure SetKnot(const Value: TDoubleList); overload;

Properties

Public property FdTessellation: TSFInt32 read FFdTessellation;
Public property Tessellation: Integer read GetTessellation write SetTessellation;
Public property FdWeight: TMFDouble read FFdWeight;
Public property FdClosed: TSFBool read FFdClosed;
Public property Closed: Boolean read GetClosed write SetClosed;
Public property FdKnot: TMFDouble read FFdKnot;
Public property FdOrder: TSFInt32 read FFdOrder;
Public property Order: Integer read GetOrder write SetOrder;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public procedure SetWeight(const Value: array of Double); overload;
 
Public procedure SetWeight(const Value: TDoubleList); overload;
 
Public procedure SetKnot(const Value: array of Double); overload;
 
Public procedure SetKnot(const Value: TDoubleList); overload;
 

Properties

Public property FdTessellation: TSFInt32 read FFdTessellation;

Internal wrapper for property Tessellation. This wrapper API may change, we advise to access simpler Tessellation instead.

Public property Tessellation: Integer read GetTessellation write SetTessellation;
 
Public property FdWeight: TMFDouble read FFdWeight;

Internal wrapper for property Weight. This wrapper API may change, we advise to access simpler Weight instead.

Public property FdClosed: TSFBool read FFdClosed;

Internal wrapper for property Closed. This wrapper API may change, we advise to access simpler Closed instead.

Public property Closed: Boolean read GetClosed write SetClosed;
 
Public property FdKnot: TMFDouble read FFdKnot;

Internal wrapper for property Knot. This wrapper API may change, we advise to access simpler Knot instead.

Public property FdOrder: TSFInt32 read FFdOrder;

Internal wrapper for property Order. This wrapper API may change, we advise to access simpler Order instead.

Public property Order: Integer read GetOrder write SetOrder;
 

Generated by PasDoc 0.16.0.