Click or drag to resize

ReferenceFrameAdapter Constructor (String, ReferenceFrame)

Initializes a new instance.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ReferenceFrameAdapter(
	string elementIdentification,
	ReferenceFrame currentReferenceFrame
)

Parameters

elementIdentification
Type: System.String
The identification of the element to be transformed.
currentReferenceFrame
Type: AGI.Foundation.Geometry.ReferenceFrame
The ReferenceFrame that the element in the state should be adapted to.
See Also