Click or drag to resize

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
)

Parameters

subd
Type: Rhino.GeometrySubD
SubD to draw
color
Type: System.DrawingColor
wire color
thickness
Type: SystemSingle
wire thickness
See Also