Class TNurbsTextureSurfaceNode
Unit
X3DNodes
Declaration
type TNurbsTextureSurfaceNode = class(TX3DNode)
Description
NURBS surface existing in the parametric domain of its surface host specifying the mapping of the texture onto the surface, for VRML 2.0. 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 FdcontrolPoint: TMFVec2f read FFdcontrolPoint; |
|
 |
property Fdweight: TMFFloat read FFdweight; |
|
 |
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; |
|
Generated by PasDoc 0.15.0.
|