Click or drag to resize

CircularAccessConstraintSetAngularRegion Method

Sets the satisfaction region given the two angles forming the boundary: StartAngle and StopAngle. The region is defined from the startAngle increasing to the stopAngle.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void SetAngularRegion(
	double startAngle,
	double stopAngle
)

Parameters

startAngle
Type: SystemDouble
The angle at the start of the boundary.
stopAngle
Type: SystemDouble
The angle at the end of the boundary.
See Also