Click or drag to resize

IObjectsAddArcOfCircleFromCenterRadiusAngles Method

Adds an arc of a circle with specified radius and center defined on the active plane of the active coordinate system. The arc is limited by two angles: startAngle and endAngle. The angle is defined in right-handed coordinate system. The radius must be greater than precision. The arc name is "ArcOfCircle".

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
ISimObject AddArcOfCircleFromCenterRadiusAngles(
	string name,
	string center,
	string radius,
	string startAngle,
	string endAngle
)

Parameters

name
Type: SystemString
Name of the arc.
center
Type: SystemString
Center of the circle.
radius
Type: SystemString
Radius of the circle.
startAngle
Type: SystemString
Start angle of the arc.
endAngle
Type: SystemString
End angle of the arc.

Return Value

Type: ISimObject
Reference to the arc.
See Also