Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public Scalar GetScalarElement(
	CartesianElement element,
	ReferenceFrame referenceFrame
)

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: Scalar
A Scalar representing the X, Y, Z, or Magnitude of this point.
See Also