Click or drag to resize

CentralBodySurfaceRegionConstraint Constructor (IServiceProvider, IServiceProvider)

Initializes a new instance with the specified region and object.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CentralBodySurfaceRegionConstraint(
	IServiceProvider surfaceRegion,
	IServiceProvider constrainedObject
)

Parameters

surfaceRegion
Type: SystemIServiceProvider
The surface region.
constrainedObject
Type: SystemIServiceProvider
The object to which this constraint is applied.
See Also