Class TNurbsTrimmedSurfaceNode
Unit
X3DNodes
Declaration
type TNurbsTrimmedSurfaceNode = class(TAbstractNurbsSurfaceGeometryNode)
Description
Visible 3D NURBS surface (like a TNurbsPatchSurfaceNode) that is trimmed by a set of trimming loops.
The trimming is not implemented yet. This is rendered exactly like the normal TNurbsPatchSurfaceNode.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
Properties
 |
property EventAddTrimmingContour: TMFNodeEvent read FEventAddTrimmingContour; |
|
|
 |
property EventRemoveTrimmingContour: TMFNodeEvent read FEventRemoveTrimmingContour; |
|
|
 |
property FdTrimmingContour: TMFNode read FFdTrimmingContour; |
|
|
Generated by PasDoc 0.14.0.
|