Sphere(Double, Point3d) Constructor
|
Initializes a new instance of the
Sphere class
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Sphere(
double radius,
Point3d center
)
Public Sub New (
radius As Double,
center As Point3d
)
public:
Sphere(
double radius,
Point3d center
)
new :
radius : float *
center : Point3d -> Sphere
Parameters
- radius Double
-
- center Point3d
-
See Also