Click or drag to resize

CMVIEWGroupToPLY Method

Save all polygons in group into PLY obj.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GroupToPLY(
	string name,
	CPLY pply
)

public void GroupToPLY(
	string name,
	CPLY pply
)

Parameters

name
Type: SystemString
Group name
pply
Type: GeoEngine.Core.GXNetXCPLY
PLY to add to
Remarks
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.
See Also