Click or drag to resize
CIPJiHasSectionOrientation Method
Does this projection contain an orientation used by section plots?

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Returns 1 if there is a section orientation The following orientations can be used to orient sections or section views: 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. It is sometimes important to ignore the section orientation, for instance when rendering a grid in 3D where it has been located on a plane.
Syntax
public int iHasSectionOrientation()

Return Value

Type: Int32
0 - No 1 - Yes
See Also