Click or drag to resize

DisplayPipelineDrawSubDShaded Method

Draw a shaded mesh representation of a SubD

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public void DrawSubDShaded(
	SubD subd,
	DisplayMaterial material
)

Parameters

subd
Type: Rhino.GeometrySubD
SubD to draw
material
Type: Rhino.DisplayDisplayMaterial
Material to draw faces with
See Also