Click or drag to resize

IObjectsAddSphere Method

Adds a sphere centered at p0. The sphere face name is "Sphere". Radius must have a positive value.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
ISimObject AddSphere(
	string name,
	string p0,
	string radius
)

Parameters

name
Type: SystemString
Name of the sphere.
p0
Type: SystemString
Starting point (center).
radius
Type: SystemString
Radius.

Return Value

Type: ISimObject
Reference to the sphere.
See Also