AxesAdapter Constructor (String, Axes) | 
  
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> AxesAdapterParameters
- 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