DisplayPipelineDrawSubDWires Method (SubD, Color, Single) |
Draws all the wireframe curves of a SubD object
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax 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
See Also