OrientationAxesExtension Constructor (Axes) | 
 
            Initializes the extension with the given axes.
            
 
    Namespace: 
   AGI.Foundation.Platforms
    Assembly:
   AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic OrientationAxesExtension(
	Axes orientationAxes
)
Public Sub New ( 
	orientationAxes As Axes
)
public:
OrientationAxesExtension(
	Axes^ orientationAxes
)
new : 
        orientationAxes : Axes -> OrientationAxesExtensionParameters
- orientationAxes
 - Type: AGI.Foundation.GeometryAxes
The axes that describe the orientation of the object. 
See Also