 | CIPJiHasSectionOrientation Method |
Does this projection contain an orientation used by section plots?
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iHasSectionOrientation()
public int iHasSectionOrientation()
Public Function iHasSectionOrientation As Integer
Public Function iHasSectionOrientation As Integer
public:
int iHasSectionOrientation()
public:
int iHasSectionOrientation()
member iHasSectionOrientation : unit -> int
member iHasSectionOrientation : unit -> int
Return Value
Type:
Int32
0 - No
1 - Yes
Remarks
Returns 1 if there is a section orientation
The following orientations can be used to orient sections or section views:
<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.
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.
See Also