Class TNurbsPositionInterpolatorNode_2
Unit
X3DNodes
Declaration
type TNurbsPositionInterpolatorNode_2 = class(TAbstractChildNode)
Description
no description available, TAbstractChildNode description follows no description available, TAbstractNode description follows
Base X3D node.
Almost all X3D nodes inherit from this. (Exception: X3DMetadataObject. So you cannot have metadata of metadata of...)
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassNodeTypeName: 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.14.0.
|