Click or drag to resize

AxesInAxes Constructor (Axes, Axes)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AxesInAxes(
	Axes axesToObserve,
	Axes inAxes
)

Parameters

axesToObserve
Type: AGI.Foundation.GeometryAxes
The axes to find in another axes.
inAxes
Type: AGI.Foundation.GeometryAxes
The axes in which to find the axes.
See Also