Click or drag to resize
CMVIEWSet3DGroupFlags Method
Set a 3D geometry group's 3D rendering flags.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void Set3DGroupFlags(
	int group_num,
	int flags
)

Parameters

group_num
Type: SystemInt32
Group number
flags
Type: SystemInt32
Combination of <define>MVIEW_3D_RENDER</define> flags or 0
See Also