Click or drag to resize
CMVIEWiIsSection Method
Is the view a section view?

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Section views are recognized because their projection contains one of the following orientations: IPJ_ORIENT_SECTION - Target-type sections with Z projection horizontally IPJ_ORIENT_SECTION_NORMAL - Like IPJ_ORIENT_SECTION, but Z projects perpendicular to the secton plane. IPJ_ORIENT_SECTION_CROOKED - Crooked sections IPJ_ORIENT_3D - Some Sections extracted from a voxel - e.g. VoxelToGrids, as the voxel can have any orientation in 3D.
Syntax
public int iIsSection()

Return Value

Type: Int32
TRUE if view is a section view.
See Also