Click or drag to resize

IObjectsAddArcOfCircleFromPointsOnArc Method

Adds an arc of a circle between two points startPoint and endPoint and through arcPoint located between the first two. The distance between any of the three points 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 AddArcOfCircleFromPointsOnArc(
	string name,
	string startPoint,
	string endPoint,
	string arcPoint
)

Parameters

name
Type: SystemString
Name of the arc.
startPoint
Type: SystemString
Start point of the arc.
endPoint
Type: SystemString
End point of the arc.
arcPoint
Type: SystemString
Point on the arc between startPoint and endPoint.

Return Value

Type: ISimObject
Reference to the arc.
See Also