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)
Syntaxpublic Sphere(
Plane equatorialPlane,
double radius
)
Public Sub New (
equatorialPlane As Plane,
radius As Double
)
Parameters
- equatorialPlane
- Type: Rhino.GeometryPlane
A plane that will be intesecting
the sphere at the same distance from both poles (parameterization
singularieties). - radius
- Type: SystemDouble
A radius value.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also