Click or drag to resize

GeometryTransformerAdvancedUnwrap 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: 24.1.418.0 (24.1.418.0)
Syntax
public static ReferenceFrame Unwrap(
	ReferenceFrame frame
)

Parameters

frame
Type: AGI.Foundation.GeometryReferenceFrame
The reference frame to unwrap.

Return Value

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