Click or drag to resize
CMVIEWDeletePlane Method
Delete a plane in a view

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the groups on the plane are not deleted, they will remain in the 3D view as "New" groups but will be unassigned to a plane. The SetAllNewGroupsToPlane function can be used to assign these groups to a different plane.
Syntax
public void DeletePlane(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
plane number to delete
i2
Type: SystemInt32
TRUE to delete all groups on the plane
See Also