Click or drag to resize

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

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