VisualAnalysisModeDrawNurbsSurface Method |
Draws a NURBS surface. This is a good function to override
to display object-related meshes.
The default implementation does nothing.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax protected virtual void DrawNurbsSurface(
RhinoObject obj,
NurbsSurface surface,
DisplayPipeline pipeline
)
Protected Overridable Sub DrawNurbsSurface (
obj As RhinoObject,
surface As NurbsSurface,
pipeline As DisplayPipeline
)
Parameters
- obj
- Type: Rhino.DocObjectsRhinoObject
A Rhino object corresponding to the surface. - surface
- Type: Rhino.GeometryNurbsSurface
The surface geometry. - pipeline
- Type: Rhino.DisplayDisplayPipeline
The current display pipeline.
See Also