Class TNurbsSurfaceInterpolatorNode
Unit
X3DNodes
Declaration
type TNurbsSurfaceInterpolatorNode = class(TAbstractChildNode)
Description
Interpolate (animate) by sampling a position and normal at 3D NURBS surface from an input 2D surface parameters.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetWeight(const Value: array of Double); |
|
 |
procedure SetUKnot(const Value: array of Double); |
|
 |
procedure SetVKnot(const Value: array of Double); |
|
Properties
 |
property EventSet_fraction: TSFVec2fEvent read FEventSet_fraction; |
|
 |
property FdControlPoint: TSFNode read FFdControlPoint; |
|
 |
property EventPosition_changed: TSFVec3fEvent read FEventPosition_changed; |
|
 |
property EventNormal_changed: TSFVec3fEvent read FEventNormal_changed; |
|
 |
property FdUDimension: TSFInt32 read FFdUDimension; |
|
 |
property FdUOrder: TSFInt32 read FFdUOrder; |
|
 |
property FdVDimension: TSFInt32 read FFdVDimension; |
|
 |
property FdVOrder: TSFInt32 read FFdVOrder; |
|
 |
property UDimension: Integer read GetUDimension write SetUDimension; |
|
 |
property UOrder: Integer read GetUOrder write SetUOrder; |
|
 |
property VDimension: Integer read GetVDimension write SetVDimension; |
|
 |
property VOrder: Integer read GetVOrder write SetVOrder; |
|
Generated by PasDoc 0.15.0.
|