Click or drag to resize

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

Parameters

point
Type: AGI.Foundation.GeometryPoint
The point to unwrap.

Return Value

Type: Point
The unwrapped point.
See Also