Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CIMHatchFill

Represents a hatch fill which fills polygonal geometry with a uniform series of parallel line symbols.

Read more...

Hierarchy

Index

Properties

Optional colorLocked

colorLocked: boolean

A value indicating whether the color set at the basic properties level is applied to the symbol layer. If the symbol layer is color locked then changes made to the color in the basic properties will not be applied to the symbol layer.

Optional effects

Whether the geometric effects that are applied to the symbol layer. Effects dynamically alter the feature geometry when the symbology is applied. Multiple effects applied to a symbol layer are rendered sequentially.

Optional enable

enable: boolean

A value indicating whether the symbol layer is visible. The symbol layer draws only when enabled. Currently, an invisible layer is not considered in any transformations when in a 3D context.

Optional lineSymbol

lineSymbol: CIMLineSymbol

The line symbol that is used to draw the hatch lines in the fill.

Optional name

name: string

The internal name of the symbol layer used for symbol level drawing.

Optional offsetX

offsetX: number

How much to move the stroke to a new X-position.

Optional offsetY

offsetY: number

How much to move the stroke to a new Y-position.

Optional overprint

overprint: boolean

A value indicating whether or not the symbol layer should overprint in press printing.

Optional primitiveName

primitiveName: string

The primitive name.

Optional rotation

rotation: number

The angle of rotation for all the strokes, in degrees.

Optional separation

separation: number

The distance between the line symbols in the hatch pattern.

type

type: "CIMHatchFill"

Generated using TypeDoc