Click or drag to resize

AxesGetVectorElement Method (CartesianElement)

Creates a Vector representing the X, Y or Z of this axes. Note that the vector returned will return trivial answers unless observed in some other axes. Use the GeometryTransformer to properly observe the vector instead of getting an evaluator directly.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Vector GetVectorElement(
	CartesianElement element
)

Parameters

element
Type: AGI.Foundation.CoordinatesCartesianElement
Specifies that the returned vector represents the X, Y or Z element of this axes.

Return Value

Type: Vector
A Vector representing the X, Y or Z of this axes.
See Also