Click or drag to resize

AxesAdapter Constructor (String, Axes)

Initializes a new instance. The ElementIdentification must be set before GetAdapter(StateElementAdapterDefinition, EvaluatorGroup) is called.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AxesAdapter(
	string elementIdentification,
	Axes currentAxes
)

Parameters

elementIdentification
Type: SystemString
The name of the element this adapter will adapt.
currentAxes
Type: AGI.Foundation.GeometryAxes
The Axes that the elementIdentification is defined in.
See Also