Class TNurbsSweptSurfaceNode
Unit
X3DNodes
Declaration
type TNurbsSweptSurfaceNode = class(TAbstractParametricGeometryNode)
Description
Path in 2D space (that can be constructed from NURBS curves, or straight segments) extruded along a 3D NURBS curve. Rendering of this node is not implemented yet.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function SolidField: TSFBool; override; |
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
Properties
 |
property FdCrossSectionCurve: TSFNode read FFdCrossSectionCurve; |
Internal wrapper for property CrossSectionCurve . This wrapper API may change, we advise to access simpler CrossSectionCurve instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property FdTrajectoryCurve: TSFNode read FFdTrajectoryCurve; |
Internal wrapper for property TrajectoryCurve . This wrapper API may change, we advise to access simpler TrajectoryCurve instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property TrajectoryCurve: TNurbsCurveNode read GetTrajectoryCurve write SetTrajectoryCurve; |
|
 |
property FdCcw: TSFBool read FFdCcw; |
Internal wrapper for property Ccw . This wrapper API may change, we advise to access simpler Ccw instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Ccw: Boolean read GetCcw write SetCcw; |
|
 |
property FdSolid: TSFBool read FFdSolid; |
Internal wrapper for property Solid . This wrapper API may change, we advise to access simpler Solid instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
Generated by PasDoc 0.16.0.