Click or drag to resize
CMVIEWGroupToPLY Method
Save all polygons in group into PLY obj.

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 coordinates will be in the working coordinate system of the view. The SetWorkingIPJ_MVIEW method can be used to change the working coordinate system. This function will return an empty PLY if the group is hidden.
Syntax
public void GroupToPLY(
	string name,
	CPLY pply
)

Parameters

name
Type: SystemString
Group name
pply
Type: GeoEngine.Core.GXNetXCPLY
PLY to add to
See Also