PointGetScalarElement Method (CartesianElement, ReferenceFrame) |
Returns a
Scalar representing the X, Y, Z, or Magnitude
of this point.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Scalar GetScalarElement(
CartesianElement element,
ReferenceFrame referenceFrame
)
Public Function GetScalarElement (
element As CartesianElement,
referenceFrame As ReferenceFrame
) As Scalar
public:
Scalar^ GetScalarElement(
CartesianElement element,
ReferenceFrame^ referenceFrame
)
member GetScalarElement :
element : CartesianElement *
referenceFrame : ReferenceFrame -> Scalar
Parameters
- element
- Type: AGI.Foundation.CoordinatesCartesianElement
Specifies that the returned scalar represents the X, Y, Z or magnitude. - referenceFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame to view this point in.
Return Value
Type:
ScalarA
Scalar representing the X, Y, Z, or Magnitude
of this point.
See Also