Click or drag to resize

AdvancedUnwrap Method

Overload List
  NameDescription
Public methodStatic memberUnwrap(Axes)
Unwraps an AxesInAxes, AxesInVectorsAxes, or AxesInPointsAxes, returning the simple underlying Axes. If the specified axes is not one of these types, it is returned unmodified.
Public methodStatic memberUnwrap(Point)
Unwraps a PointInReferenceFrame or PointInPointsFrame, returning the simple underlying Point. If the specified point is not one of these types, it is returned unmodified.
Public methodStatic memberUnwrap(ReferenceFrame)
Unwraps both the Origin and Axes of a ReferenceFrame, returning a reference frame composed of the simple underlying Point and Axes.
Public methodStatic memberUnwrap(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.
Top
See Also