Click or drag to resize

AxesInPointsAxes Constructor (Axes, Point)

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 AxesInPointsAxes(
	Axes axesToObserve,
	Point point
)

Parameters

axesToObserve
Type: AGI.Foundation.GeometryAxes
The axes to observe.
point
Type: AGI.Foundation.GeometryPoint
The axes is observed in the axes in which this point is defined.
Exceptions
ExceptionCondition
ArgumentException Thrown when point is the Root.
See Also