AxesGetVectorElement Method (CartesianElement, Int32) |
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.2.419.0 (24.2.419.0)
Syntax public Vector GetVectorElement(
CartesianElement element,
int order
)
Public Function GetVectorElement (
element As CartesianElement,
order As Integer
) As Vector
public:
Vector^ GetVectorElement(
CartesianElement element,
int order
)
member GetVectorElement :
element : CartesianElement *
order : int -> Vector
Parameters
- element
- Type: AGI.Foundation.CoordinatesCartesianElement
Specifies that the returned vector represents the X, Y or Z element
of this axes. - order
- Type: SystemInt32
The order of derivative of the axes to represent with this object
Return Value
Type:
VectorA
Vector representing the X, Y or Z of this axes.
See Also