• Create new line (dash or chained type)
    Then create new hatch with two patterns using your newly created line.
    One pattern is horizontally and one is vertically.
    Sorry if I can't explain it to you one by one.
    If you want I can give you the macro through DBListing.
  • [COLOR=#222222][FONT=Times New Roman][FONT=arial]Create new line (dash or chained type)
    Then create new hatch with two patterns using your newly created line.
    One pattern is horizontally and one is vertically.
    Sorry if I can't explain it to you one by one.
    If you want I can give you the macro through DBListing.[/FONT][/FONT][/COLOR]
  • [QUOTE=MarvinGonda1988;85601][ATTACH=CONFIG]7435[/ATTACH]

    Here, the pattern you want can be done.
    You created a new hatch pattern for this? If Yes please highlight the procedure. This will be very much helpful for me.

    Thanks in advance.
  •  

    $S-  -- Synonym translation OFF
    -- ----------------------------------------------------------------
    -- Data Listing    Date : 11 Feb 2014 13:15
    
    ONERROR GOLABEL /ERROR3
    
    INPUT BEGIN
    NEW FILLSTYLE /FillStyle-001
    
    NEW HPATTERN
    HANGLE 0degree
    HSEPAR 6mm
    HOFFSE 3mm
    HLSTYLE 1
    PATADV 6mm
    
    END
    NEW HPATTERN
    HANGLE 90degree
    HSEPAR 6mm
    HLSTYLE 1
    PATOFF 3mm
    PATADV 6mm
    
    END
    END
    INPUT END  FILLSTYLE /FillStyle-001
    INPUT FINISH
    -- Switch synonyms back on if an error occurs.
    LABEL /ERROR3
    handle ANY
    $S+
    RETURN ERROR
    endhandle
    
    -- End Data Listing    Date : 11 Feb 2014 13:15
    $S+  -- Synonym translation ON
    -- ----------------------------------------------------------------
    
    

  • Welcome. Try to browse the macro, you may get some clues on how to create your own fill patterns.