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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Section views are recognized because their projection contains one of the following orientations: <define>IPJ_ORIENT_SECTION</define> - Target-type sections with Z projection horizontally <define>IPJ_ORIENT_SECTION_NORMAL</define> - Like <define>IPJ_ORIENT_SECTION</define>, but Z projects perpendicular to the secton plane. <define>IPJ_ORIENT_SECTION_CROOKED</define> - Crooked sections <define>IPJ_ORIENT_3D</define> - 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