AxesInAxes Constructor (Axes, Axes) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AxesInAxes(
Axes axesToObserve,
Axes inAxes
)
Public Sub New (
axesToObserve As Axes,
inAxes As Axes
)
public:
AxesInAxes(
Axes^ axesToObserve,
Axes^ inAxes
)
new :
axesToObserve : Axes *
inAxes : Axes -> AxesInAxes
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