Click or drag to resize

AxesHelper Class

A collection of helper methods for working with Axes and related types.
Inheritance Hierarchy
System.Object
  AGI.Foundation.Geometry.AxesHelper

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static class AxesHelper

The AxesHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAxes(IServiceProvider)
Gets the Axes from the IOrientationAxesService provided by an object.
Public methodStatic memberGetAxes(IServiceProvider, String)
Gets the Axes from the IOrientationAxesService provided by an object.
Public methodStatic memberGetOptionalOrientationAxesService
Gets the IOrientationAxesService provided by an object, or null if the service does not exist.
Public methodStatic memberGetOrientationAxesService(IServiceProvider)
Gets the IOrientationAxesService provided by an object.
Public methodStatic memberGetOrientationAxesService(IServiceProvider, String)
Gets the IOrientationAxesService provided by an object.
Top
See Also