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