ScalarPointElement Constructor (Point, CartesianElement, ReferenceFrame) | 
 
            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 ScalarPointElement(
	Point location,
	CartesianElement element,
	ReferenceFrame frameOfPoint
)
Public Sub New ( 
	location As Point,
	element As CartesianElement,
	frameOfPoint As ReferenceFrame
)
public:
ScalarPointElement(
	Point^ location, 
	CartesianElement element, 
	ReferenceFrame^ frameOfPoint
)
new : 
        location : Point * 
        element : CartesianElement * 
        frameOfPoint : ReferenceFrame -> ScalarPointElementParameters
- location
 - Type: AGI.Foundation.GeometryPoint
The Point whose element will be reported. - element
 - Type: AGI.Foundation.CoordinatesCartesianElement
X, Y, Z, or magnitude of the location evaluated
            Motion{Cartesian}. - frameOfPoint
 - Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that the location should be
            observed in. 
See Also