Class TNurbsPositionInterpolatorNode
Unit
X3DNodes
Declaration
type TNurbsPositionInterpolatorNode = class(TAbstractChildNode)
Description
Interpolate (animate) positions along the 3D NURBS curve.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
|
 |
procedure SetKnot(const Value: array of Double); |
|
 |
procedure SetWeight(const Value: array of Double); |
|
Properties
 |
property EventSet_fraction: TSFFloatEvent read FEventSet_fraction; |
|
 |
property FdControlPoint: TSFNode read FFdControlPoint; |
|
 |
property FdOrder: TSFInt32 read FFdOrder; |
|
 |
property EventValue_changed: TSFVec3fEvent read FEventValue_changed; |
|
 |
property Order: Integer read GetOrder write SetOrder; |
|
Generated by PasDoc 0.15.0.
|