RhinoCommon API
DisplayPipelineDrawSubDWires Method |
Draws all the wireframe curves of a SubD object
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0

public void DrawSubDWires( SubD subd, Color color, float thickness )
Public Sub DrawSubDWires ( subd As SubD, color As Color, thickness As Single )
Parameters
- subd
- Type: Rhino.GeometrySubD
SubD to draw - color
- Type: System.DrawingColor
wire color - thickness
- Type: SystemSingle
wire thickness
