Class TNurbsPositionInterpolatorNode
Unit
X3DNodes
Declaration
type TNurbsPositionInterpolatorNode = class(TAbstractChildNode)
Description
Interpolate (animate) positions along the 3D NURBS curve.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(const AX3DName: string = ''; const ABaseUrl: String = ''); override; |
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
 |
procedure SetKnot(const Value: array of Double); 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, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
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; |
|
 |
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 EventValue_changed: TSFVec3fEvent read FEventValue_changed; |
|
Generated by PasDoc 0.16.0.