Click or drag to resize

GeometryTransformerAdvancedUnwrap Method (Vector)

Unwraps a VectorInAxes. VectorInPointsAxes, or VectorInVectorsAxes, returning the simple underlying Vector. If the specified vector is not one of these types, it is returned unmodified.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Vector Unwrap(
	Vector vector
)

Parameters

vector
Type: AGI.Foundation.GeometryVector
The vector to unwrap.

Return Value

Type: Vector
The unwrapped vector.
See Also