Canonical path: NemAll_Python_BasisElements.HatchingProperties
  
Properties of the hatching
Methods:
- 
            SetBackgroundColorBGR–Set the background color 
- 
            SetBackgroundColorIRGB–Set the background color 
- 
            __eq__–equal operator 
- 
            __init__–Overloaded function. See individual overloads. 
- 
            __repr__–Convert to string 
Attributes:
- 
          BackgroundColor(ARGB) –Background color. Relevant, when UseBackgroundColor is set to True. 
- 
          DirectionToReferenceLine(int) –The edge index of the outline polyline to align the hatching to. 
- 
          ExistAlignment(bool) –Whether to align the hatching to a certain edge of the outline polyline. When set to True, the index of the edge is to be specified in DirectionToReferenceLine. 
- 
          HatchID(int) –ID of the hatch 
- 
          IsScaleDependent(bool) –Whether the hatch is to be scaled according to drawing file scale 
- 
          ReferencePoint(Point2D) –the point of origin, when property UseReferencePoint is set to True 
- 
          RotationAngle(Angle) –Rotation angle 
- 
          UseBackgroundColor(bool) –Whether to use background color 
- 
          UseReferencePoint(bool) –Whether to use a specific point as the origin of the hatching. 
property
      writable
  
BackgroundColor: ARGB
Background color. Relevant, when UseBackgroundColor is set to True.
property
      writable
  
    The edge index of the outline polyline to align the hatching to.
property
      writable
  
    Whether to align the hatching to a certain edge of the outline polyline. When set to True, the index of the edge is to be specified in DirectionToReferenceLine.
property
      writable
  
    Whether the hatch is to be scaled according to drawing file scale
property
      writable
  
ReferencePoint: Point2D
the point of origin, when property UseReferencePoint is set to True
property
      writable
  
    Whether to use a specific point as the origin of the hatching.
When set to False, the origin is (0,0). When set to True, the point is to be specified in the property ReferencePoint.
    Set the background color
Parameters:
- 
            value(int) –Color value as BGR 
    Set the background color
Parameters:
- 
            value(int) –Color value as IRGB 
__eq__(prop: HatchingProperties) -> bool
equal operator
Parameters:
- 
            prop(HatchingProperties) –HatchingProperties to compare 
Returns:
- 
              bool–true if they are equal, false otherwise