Filling with lines Home

Defines a set of parallel lines used to fill inner area of closed entities.

These are the functions used to manage filling styles in a drawing:

Function Meaning
lcDrwAddFilling Adds a new filling style into a drawing
lcFillSetLine Defines hatch line

Filling style object has the following properties:

Property Type Access Meaning
LC_PROP_TABLE_...    Base class properties
LC_PROP_LFILL_ID int
string
R Unique Identifier
Hexadecimal string (up to 16 characters)
LC_PROP_LFILL_NAME string RW Filling Name
LC_PROP_LFILL_DESCR string RW Filling description
LC_PROP_LFILL_DRW handle R Handle to owner drawing
Line 0
LC_PROP_LFILL_ENABLED0 bool R TRUE if line is enabled
LC_PROP_LFILL_DIST0 float R Distance between parallel lines
LC_PROP_LFILL_ANGLE0 float R Angle of lines
LC_PROP_LFILL_GAP0 float R Gap at line's end
Line 1
LC_PROP_LFILL_ENABLED1 bool R TRUE if line is enabled
LC_PROP_LFILL_DIST1 float R Distance between parallel lines
LC_PROP_LFILL_ANGLE1 float R Angle of lines
LC_PROP_LFILL_GAP1 float R Gap at line's end


See also

  Create polygons filled with lines
  Create a text filled with lines
  Create a shape filled with lines