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: 24.1.418.0 (24.1.418.0)
Syntax
public ReferenceFrameAdapter(
	string elementIdentification,
	ReferenceFrame currentReferenceFrame
)

Parameters

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