Share

TransientBRep.CreateSolidSphere Method

Parent Object: TransientBRep

Description

Method that create a solid sphere.

Remarks

The SurfaceBody containing the sphere is returned.

Syntax

TransientBRep.CreateSolidSphere( Center As Point, Radius As Double ) As SurfaceBody

Parameters

Name Type Description
Center Point Input Point that defines the center of the sphere.
Radius Double Input Point Double that defines the radius of the sphere in centimeters

Version

Introduced in version 2009

Was this information helpful?