Click or drag to resize

GeometryTransformer.Advanced.Unwrap 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: 25.1.421.0 (25.1.421.0)
Syntax
public static Vector Unwrap(
	Vector vector
)

Parameters

vector
Type: AGI.Foundation.Geometry.Vector
The vector to unwrap.

Return Value

Type: Vector
The unwrapped vector.
See Also