ReferenceFrame Constructor (Point, Axes) | 
 
            Initializes a new instance with the specified origin and axes.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReferenceFrame(
	Point origin,
	Axes axes
)
Public Sub New ( 
	origin As Point,
	axes As Axes
)
public:
ReferenceFrame(
	Point^ origin, 
	Axes^ axes
)
new : 
        origin : Point * 
        axes : Axes -> ReferenceFrameParameters
- origin
 - Type: AGI.Foundation.GeometryPoint
The origin of the reference frame. - axes
 - Type: AGI.Foundation.GeometryAxes
The axes of the reference frame. 
See Also