PointGetScalarElement Method (CartesianElement, ReferenceFrame, Int32) |
Returns a
Scalar representing the X, Y, Z, or Magnitude, or any derivative of
those elements 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,
int order
)
Public Function GetScalarElement (
element As CartesianElement,
referenceFrame As ReferenceFrame,
order As Integer
) As Scalar
public:
Scalar^ GetScalarElement(
CartesianElement element,
ReferenceFrame^ referenceFrame,
int order
)
member GetScalarElement :
element : CartesianElement *
referenceFrame : ReferenceFrame *
order : int -> 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 axes to view this point in. - order
- Type: SystemInt32
The order of derivative of the point to represent with this object
Return Value
Type:
ScalarReturns a
Scalar representing the X, Y, Z, or Magnitude
of this point.
See Also