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

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 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 str1,
	CPLY oPLY2
)

Parameters

str1
Type: SystemString
Group name
oPLY2
Type: GeoEngine.Core.GXNetCPLY
PLY to add to
See Also