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
)
Public Sub Add (
sphere As Sphere,
material As RenderMaterial
)
Parameters
- sphere
- Type: Rhino.GeometrySphere
Sphere to add. - material
- Type: Rhino.RenderRenderMaterial
Material to add, may be null if not needed.
See Also