Click or drag to resize
CMVIEWGetClipPLY Method
Get clipping polygons, in the user projection

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The returned PLY is recast into the User projection. For oriented views (especially sections), use GetPLY_MVIEW, which returns the Clip PLY in the view's native projection (e.g. the one set using SetIPJ_MVIEW).
Syntax
public void GetClipPLY(
	CPLY poly
)

Parameters

poly
Type: GeoEngine.Core.GXNetXCPLY
Poly
See Also