Class TNurbsOrientationInterpolatorNode
Unit
Declaration
type TNurbsOrientationInterpolatorNode = class(TAbstractChildNode)
Description
Interpolate (animate) orientations as tangent vectors of the 3D NURBS curve.
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TNurbsOrientationInterpolatorNode
Overview
Methods
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
|
constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override; |
|
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
procedure SetKnot(const Value: array of Double); overload; |
|
procedure SetKnot(const Value: TDoubleList); overload; |
|
procedure SetWeight(const Value: array of Double); overload; |
|
procedure SetWeight(const Value: TDoubleList); overload; |
Properties
property EventSet_fraction: TSFFloatEvent read FEventSet_fraction; |
|
property FdControlPoint: TSFNode read FFdControlPoint; |
|
property ControlPoint: TAbstractCoordinateNode read GetControlPoint write SetControlPoint; |
|
property FdKnot: TMFDouble read FFdKnot; |
|
property FdOrder: TSFInt32 read FFdOrder; |
|
property Order: Integer read GetOrder write SetOrder; |
|
property FdWeight: TMFDouble read FFdWeight; |
|
property EventValue_changed: TSFRotationEvent read FEventValue_changed; |
Description
Methods
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
|
constructor Create(const AX3DName: string = ''; const ABaseUrl: string = ''); override; |
|
procedure CreateNode; override; |
|
class function ClassX3DType: string; override; |
|
procedure SetKnot(const Value: array of Double); overload; |
|
procedure SetKnot(const Value: TDoubleList); overload; |
|
procedure SetWeight(const Value: array of Double); overload; |
|
procedure SetWeight(const Value: TDoubleList); overload; |
|
Properties
property EventSet_fraction: TSFFloatEvent read FEventSet_fraction; |
|
property FdControlPoint: TSFNode read FFdControlPoint; |
|
Internal wrapper for property ControlPoint. This wrapper API may change, we advise to access simpler ControlPoint instead. |
property ControlPoint: TAbstractCoordinateNode read GetControlPoint write SetControlPoint; |
|
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; |
|
property FdWeight: TMFDouble read FFdWeight; |
|
Internal wrapper for property |
property EventValue_changed: TSFRotationEvent read FEventValue_changed; |
|
Generated by PasDoc 0.16.0.