AdvancedUnwrap Method |
Name | Description | |
---|---|---|
Unwrap(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.
| |
Unwrap(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.
| |
Unwrap(ReferenceFrame) |
Unwraps both the Origin and Axes of
a ReferenceFrame, returning a reference frame composed of the simple underlying
Point and Axes.
| |
Unwrap(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.
|