Class TNurbsCurveNode_2
Unit
X3DNodes
Declaration
type TNurbsCurveNode_2 = class(TAbstractGeometryNode)
Description
Visible NURBS curve in 3D, in 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; |
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): boolean; override; |
|
 |
function ProxyUsesOverTriangulate: boolean; override; |
|
Properties
 |
property FdcontrolPoint: TMFVec3f read FFdcontrolPoint; |
|
 |
property Fdweight: TMFFloat read FFdweight; |
|
 |
property Fdtessellation: TSFInt32 read FFdtessellation; |
|
 |
property Fdorder: TSFInt32 read FFdorder; |
|
Generated by PasDoc 0.15.0.
|