Class TNurbsOrientationInterpolatorNode
Unit
Declaration
type TNurbsOrientationInterpolatorNode = class(TAbstractChildNode)
Description
Interpolate (animate) orientations as tangent vectors of the 3D NURBS curve.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TNurbsOrientationInterpolatorNode
Overview
Methods
![]() |
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKnot(const Value: array of Double); |
![]() |
procedure SetKnot(const Value: TDoubleList); |
![]() |
procedure SetWeight(const Value: array of Double); |
![]() |
procedure SetWeight(const Value: TDoubleList); |
Properties
![]() |
property EventSet_fraction: TSFFloatEvent read FEventSet_fraction; |
![]() |
property FdControlPoint: TSFNode read FFdControlPoint; |
![]() |
property FdKnot: TMFDouble read FFdKnot; |
![]() |
property FdOrder: TSFInt32 read FFdOrder; |
![]() |
property FdWeight: TMFDouble read FFdWeight; |
![]() |
property EventValue_changed: TSFRotationEvent read FEventValue_changed; |
![]() |
property ControlPoint: TAbstractCoordinateNode read GetControlPoint write SetControlPoint; |
![]() |
property Order: Integer read GetOrder write SetOrder; |
Description
Methods
![]() |
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKnot(const Value: array of Double); |
![]() |
procedure SetKnot(const Value: TDoubleList); |
![]() |
procedure SetWeight(const Value: array of Double); |
![]() |
procedure SetWeight(const Value: TDoubleList); |
Properties
![]() |
property EventSet_fraction: TSFFloatEvent read FEventSet_fraction; |
![]() |
property FdControlPoint: TSFNode read FFdControlPoint; |
![]() |
property FdKnot: TMFDouble read FFdKnot; |
![]() |
property FdOrder: TSFInt32 read FFdOrder; |
![]() |
property FdWeight: TMFDouble read FFdWeight; |
![]() |
property EventValue_changed: TSFRotationEvent read FEventValue_changed; |
![]() |
property ControlPoint: TAbstractCoordinateNode read GetControlPoint write SetControlPoint; |
![]() |
property Order: Integer read GetOrder write SetOrder; |
Generated by PasDoc 0.16.0.

