Click or drag to resize

IObjectsAddCircle Method

Add a circle that is parallel to the active plane of the active coordinates system. The circle face name is "Circle". Radius must have a positive value.

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

Parameters

name
Type: SystemString
Name if the circle.
p0
Type: SystemString
Starting point (center).
radius
Type: SystemString
Radius

Return Value

Type: ISimObject
Reference to the circle.
See Also