Click or drag to resize
CMVIEWPatAngle Method
Sets the pattern angle

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
Allows the user to apply a rotation to the basic pattern. Care should be taken to ensure that the tiling remains continuous; i.e. if the pattern consists of horizontal lines, only angles of -90, 0, 90, 180 (etc.) would give seamless tiling. However, simple, closed figure, such as a star, could be given any angle. Rotations about the center point (0.5, 0.5) of the unit cell are performed prior to applying PatSize. The default value is 0.0. Setting an angle of -999 inititates the random angle feature, and each pattern tile is rotated to a different angle. Using this along with PatStyle(View, MVIEW_TILE_RANDOM) can give a "hand-drawn" effect to geological fills. See the IMPORTANT note for sPatNumber_MVIEW().
Syntax
public void PatAngle(
	double d1
)

Parameters

d1
Type: SystemDouble
Angle
See Also