Click or drag to resize

GeometryTransformerAdvancedUnwrap Method (Axes)

Unwraps an AxesInAxes, AxesInVectorsAxes, or AxesInPointsAxes, returning the simple underlying Axes. If the specified axes is not one of these types, it is returned unmodified.

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 Axes Unwrap(
	Axes axes
)

Parameters

axes
Type: AGI.Foundation.GeometryAxes
The axes to unwrap.

Return Value

Type: Axes
The unwrapped axes.
See Also