Extents3d(Point3d, Double) Constructor

Creates an cube extents enclosing a sphere of given radius.
Public Sub New( _ 
ByVal center As Point3d, _ 
ByVal radius As Double
)
This language is not supported or no code example is available.
public Extents3d( 
Point3d center
double radius 
)
This language is not supported or no code example is available.
public:  
Extents3d( 
Point3d^ center
double radius 
)
This language is not supported or no code example is available.
public function Extents3d( 
center : Point3d
radius : double 
);
This language is not supported or no code example is available.

Parameters

center
Point3d

radius
double

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition