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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 plane,
	int del_grp
)

Parameters

plane
Type: SystemInt32
Plane number to delete
del_grp
Type: SystemInt32
TRUE to delete all groups on the plane
See Also