Class TNurbsPositionInterpolatorNode_2
Unit
X3DNodes
Declaration
type TNurbsPositionInterpolatorNode_2 = 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; |
|
Properties
 |
property Eventset_fraction: TSFFloatEvent read FEventset_fraction; |
|
 |
property Fddimension: TSFInt32 read FFddimension; |
|
 |
property FdkeyValue: TMFVec3f read FFdkeyValue; |
|
 |
property FdkeyWeight: TMFFloat read FFdkeyWeight; |
|
 |
property Fdorder: TSFInt32 read FFdorder; |
|
 |
property Eventvalue_changed: TSFVec3fEvent read FEventvalue_changed; |
|
Generated by PasDoc 0.15.0.
|