Click or drag to resize
CMVIEWPatStyle Method
Sets the tiling method (i.e. rectangle, triangle)

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Normally, the unit cell is duplicated across the fill area like floor tiles (MVIEW_TILE_RECTANGULAR). DIAGONAL tiling rotates the tiling positions (but not the tiles) by 45 degrees. TRIANGULAR tiling Offsets each succeeding row by half the unit cell size, and lessens the vertical offset, so that the unit cell centers form a triangular grid pattern. RANDOM tiling adds small random offsets in both directions to give the diffuse effect seen on many geological maps. NOTE: Some patterns are designed to be interlocking and may only work "correctly" with one tiling method. See the IMPORTANT note for sPatNumber_MVIEW().
Syntax
public void PatStyle(
	int i1
)

Parameters

i1
Type: SystemInt32
See MVIEW_TILEConstant
See Also