Click or drag to resize

GeometryTransformer.Advanced.Unwrap Method (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.

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 Point Unwrap(
	Point point
)

Parameters

point
Type: AGI.Foundation.Geometry.Point
The point to unwrap.

Return Value

Type: Point
The unwrapped point.
See Also