Autodesk.AutoCAD.Geometry Namespace
>
Sphere Class
>
Sphere Constructor
Sphere Constructor
Overload List
Method
Description
Sphere.Sphere ()
Constructs a valid default sphere.
Sphere.Sphere (double, Point3d)
Constructs a sphere with the input
radius
centered at the input
center
.
Sphere.Sphere (double, Point3d, Vector3d, Vector3d, double, double, double, double)
Constructs a spherical segment defined by the input data.
Comments?