Class TNurbsOrientationInterpolatorNode
Unit
X3DNodes
Declaration
type TNurbsOrientationInterpolatorNode = class(TAbstractChildNode)
Description
Interpolate (animate) orientations as tangent vectors of 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; |
|
 |
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 Order: Integer read GetOrder write SetOrder; |
|
Generated by PasDoc 0.15.0.
|