Click or drag to resize

Sphere Constructor (Plane, Double)

Initializes a new sphere given the plane of the equator circle and radius.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Sphere(
	Plane equatorialPlane,
	double radius
)

Parameters

equatorialPlane
Type: Rhino.GeometryPlane
A plane that will be intersecting the sphere at the same distance from both poles (parameterization singularities).
radius
Type: SystemDouble
A radius value.
See Also