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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 oPLY1
)

Parameters

oPLY1
Type: GeoEngine.Core.GXNetCPLY
Poly
See Also