Share

TransientGeometry.CreateSphere Method

Parent Object: TransientGeometry

Description

Method that creates a new Sphere object. The object created is a transient mathematical object and is not displayed graphically

Syntax

TransientGeometry.CreateSphere( CenterPoint As Point, Radius As Double ) As Sphere

Parameters

Name Type Description
CenterPoint Point Input Point object that specifies the center of the sphere.
Radius Double Input Double value that specifies the radius of the sphere.

Version

Introduced in version 4

Was this information helpful?