Class TNurbsTextureCoordinateNode
Unit
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
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TNurbsTextureCoordinateNode
Overview
Methods
procedure CreateNode; override; |
|
class function ClassX3DType: String; override; |
|
procedure SetControlPoint(const Value: array of TVector2); overload; |
|
procedure SetControlPoint(const Value: TVector2List); overload; |
|
procedure SetWeight(const Value: array of Single); overload; |
|
procedure SetWeight(const Value: TSingleList); overload; |
|
procedure SetUKnot(const Value: array of Double); overload; |
|
procedure SetUKnot(const Value: TDoubleList); overload; |
|
procedure SetVKnot(const Value: array of Double); overload; |
|
procedure SetVKnot(const Value: TDoubleList); overload; |
Properties
property FdControlPoint: TMFVec2f read FFdControlPoint; |
|
property FdWeight: TMFFloat read FFdWeight; |
|
property FdUDimension: TSFInt32 read FFdUDimension; |
|
property UDimension: Integer read GetUDimension write SetUDimension; |
|
property FdUKnot: TMFDouble read FFdUKnot; |
|
property FdUOrder: TSFInt32 read FFdUOrder; |
|
property UOrder: Integer read GetUOrder write SetUOrder; |
|
property FdVDimension: TSFInt32 read FFdVDimension; |
|
property VDimension: Integer read GetVDimension write SetVDimension; |
|
property FdVKnot: TMFDouble read FFdVKnot; |
|
property FdVOrder: TSFInt32 read FFdVOrder; |
|
property VOrder: Integer read GetVOrder write SetVOrder; |
Description
Methods
procedure CreateNode; override; |
|
Create node fields and events. |
class function ClassX3DType: String; override; |
|
This item has no description. Showing description inherited from TX3DNode.ClassX3DType. Node type name in VRML/X3D, for this class. Normal VRML/X3D node classes should override this to return something non-empty, and then X3DType automatically will return the same value. Empty for classes that don't have a hardcoded VRML/X3D node name, like a special TX3DUnknownNode. Such special classes should override then X3DType to return actual non-empty name there. You usually should call X3DType. The only use of this method is that it works on classes (it's "class function"), without needing at actual instance. |
procedure SetControlPoint(const Value: array of TVector2); overload; |
|
This item has no description. |
procedure SetControlPoint(const Value: TVector2List); overload; |
|
This item has no description. |
procedure SetWeight(const Value: array of Single); overload; |
|
This item has no description. |
procedure SetWeight(const Value: TSingleList); overload; |
|
This item has no description. |
procedure SetUKnot(const Value: array of Double); overload; |
|
This item has no description. |
procedure SetUKnot(const Value: TDoubleList); overload; |
|
This item has no description. |
procedure SetVKnot(const Value: array of Double); overload; |
|
This item has no description. |
procedure SetVKnot(const Value: TDoubleList); overload; |
|
This item has no description. |
Properties
property FdControlPoint: TMFVec2f read FFdControlPoint; |
|
Internal wrapper for property |
property FdWeight: TMFFloat read FFdWeight; |
|
Internal wrapper for property |
property FdUDimension: TSFInt32 read FFdUDimension; |
|
Internal wrapper for property |
property UDimension: Integer read GetUDimension write SetUDimension; |
|
This item has no description. |
property FdUKnot: TMFDouble read FFdUKnot; |
|
Internal wrapper for property |
property FdUOrder: TSFInt32 read FFdUOrder; |
|
Internal wrapper for property |
property UOrder: Integer read GetUOrder write SetUOrder; |
|
This item has no description. |
property FdVDimension: TSFInt32 read FFdVDimension; |
|
Internal wrapper for property |
property VDimension: Integer read GetVDimension write SetVDimension; |
|
This item has no description. |
property FdVKnot: TMFDouble read FFdVKnot; |
|
Internal wrapper for property |
property FdVOrder: TSFInt32 read FFdVOrder; |
|
Internal wrapper for property |
property VOrder: Integer read GetVOrder write SetVOrder; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.