Class TNurbsTextureCoordinateNode
Unit
X3DNodes
Declaration
type TNurbsTextureCoordinateNode = class(TAbstractNode)
Description
NURBS surface existing in the parametric domain of its surface host specifying the mapping of the texture onto the surface. Not implemented yet.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetControlPoint(const Value: array of TVector2); |
|
 |
procedure SetWeight(const Value: array of Single); |
|
 |
procedure SetUKnot(const Value: array of Double); |
|
 |
procedure SetVKnot(const Value: array of Double); |
|
Properties
 |
property FdControlPoint: TMFVec2f read FFdControlPoint; |
|
 |
property FdWeight: TMFFloat read FFdWeight; |
|
 |
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.
|