Click or drag to resize

GeometryTransformer.Advanced.Unwrap Method (ReferenceFrame)

Unwraps both the Origin and Axes of a ReferenceFrame, returning a reference frame composed of the simple underlying Point and Axes.

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 ReferenceFrame Unwrap(
	ReferenceFrame frame
)

Parameters

frame
Type: AGI.Foundation.Geometry.ReferenceFrame
The reference frame to unwrap.

Return Value

Type: ReferenceFrame
The unwrapped reference frame.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when frame is null.
See Also