Click or drag to resize

RenderPrimitiveListAdd Method (Sphere, RenderMaterial)

Add primitive sphere and material.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntax
public void Add(
	Sphere sphere,
	RenderMaterial material
)

Parameters

sphere
Type: Rhino.GeometrySphere
Sphere to add.
material
Type: Rhino.RenderRenderMaterial
Material to add, may be null if not needed.
See Also