Click or drag to resize

AxesHelper Class

A collection of helper methods for working with Axes and related types.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.GeometryAxesHelper

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.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 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