Class TCoordinateDeformerNode
Unit
X3DNodes
Declaration
type TCoordinateDeformerNode = class(TAbstractGroupingNode)
Description
Free form deformation on a set of 3D coordinates by using a NURBS volume. Not implemented.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property EventaddChildren: TMFNodeEvent read FEventaddChildren; |
|
 |
property EventremoveChildren: TMFNodeEvent read FEventremoveChildren; |
|
 |
property Fdchildren: TMFNode read FFdchildren; |
|
 |
property FdcontrolPoint: TMFVec3f read FFdcontrolPoint; |
|
 |
property FdinputCoord: TMFNode read FFdinputCoord; |
|
 |
property FdinputTransform: TMFNode read FFdinputTransform; |
|
 |
property FdoutputCoord: TMFNode read FFdoutputCoord; |
|
 |
property Fdweight: TMFFloat read FFdweight; |
|
 |
property FdbboxCenter: TSFVec3f read FFdbboxCenter; |
|
 |
property FdbboxSize: TSFVec3f read FFdbboxSize; |
|
 |
property FduDimension: TSFInt32 read FFduDimension; |
|
 |
property FduKnot: TMFFloat read FFduKnot; |
|
 |
property FduOrder: TSFInt32 read FFduOrder; |
|
 |
property FdvDimension: TSFInt32 read FFdvDimension; |
|
 |
property FdvKnot: TMFFloat read FFdvKnot; |
|
 |
property FdvOrder: TSFInt32 read FFdvOrder; |
|
 |
property FdwDimension: TSFInt32 read FFdwDimension; |
|
 |
property FdwKnot: TMFFloat read FFdwKnot; |
|
 |
property FdwOrder: TSFInt32 read FFdwOrder; |
|
Generated by PasDoc 0.15.0.
|