Class TNurbsSwungSurfaceNode
Unit
X3DNodes
Declaration
type TNurbsSwungSurfaceNode = class(TAbstractParametricGeometryNode)
Description
Path in 2D space (that can be constructed from NURBS curves, or straight segments) extruded along a 2D NURBS curve. Rendering of this node is 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; |
|
 |
function SolidField: TSFBool; override; |
|
Properties
 |
property FdProfileCurve: TSFNode read FFdProfileCurve; |
|
 |
property FdTrajectoryCurve: TSFNode read FFdTrajectoryCurve; |
|
 |
property FdCcw: TSFBool read FFdCcw; |
|
 |
property FdSolid: TSFBool read FFdSolid; |
|
 |
property Ccw: boolean read GetCcw write SetCcw; |
|
Generated by PasDoc 0.15.0.
|