ReferenceFrameAdapter Constructor (String, ReferenceFrame) |
Initializes a new instance.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReferenceFrameAdapter(
string elementIdentification,
ReferenceFrame currentReferenceFrame
)
Public Sub New (
elementIdentification As String,
currentReferenceFrame As ReferenceFrame
)
public:
ReferenceFrameAdapter(
String^ elementIdentification,
ReferenceFrame^ currentReferenceFrame
)
new :
elementIdentification : string *
currentReferenceFrame : ReferenceFrame -> ReferenceFrameAdapter
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