AxesInPointsAxes Constructor (Axes, Point) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AxesInPointsAxes(
	Axes axesToObserve,
	Point point
)
Public Sub New ( 
	axesToObserve As Axes,
	point As Point
)
public:
AxesInPointsAxes(
	Axes^ axesToObserve, 
	Point^ point
)
new : 
        axesToObserve : Axes * 
        point : Point -> AxesInPointsAxesParameters
- 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
See Also