 | 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
SyntaxISimObject AddSphere(
string name,
string p0,
string radius
)
Function AddSphere (
name As String,
p0 As String,
radius As String
) As ISimObject
Dim instance As IObjects
Dim name As String
Dim p0 As String
Dim radius As String
Dim returnValue As ISimObject
returnValue = instance.AddSphere(name,
p0, radius)
Parameters
- name
- Type: SystemString
Name of the sphere. - p0
- Type: SystemString
Starting point (center). - radius
- Type: SystemString
Radius.
Return Value
Type:
ISimObjectReference to the sphere.
See Also