File3dmObjectTableAddSphere Method (Sphere) |
Adds a surface object to the document representing a sphere.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Guid AddSphere(
Sphere sphere
)
Public Function AddSphere (
sphere As Sphere
) As Guid
Parameters
- sphere
- Type: Rhino.GeometrySphere
A sphere to add.
Return Value
Type:
GuidA unique identifier for the object.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also