Home
 

Outlines

Inputs Working maps (unlimited numbers)
Output Drawing

Description :
This module enables you to draw the outlines of all the working maps as inputs. It also draws the surfaces, lines and points in the same manner. If a working map has not been drawn it is not shown. In other words, each working map must be linked to an outlines module to make it visible.

Warning

If the map comes from a VXF file with images in the top layer, the images are shown.

Colors

The interior surface of the map elements can be colored using the With filling box, which enables the color to be selected by clicking on the colored square.

The map outlines can be drawn in the color of your choice, by checking the With stroke box and clicking on the colored square to open the color panel.
You can also select the stroke thickness, in map unit.

If you check neither the With stroke nor the With filling boxes, your working maps will not be visible.

Caption

If the Display caption box has been checked, you have access to the various parametrizing commands which are located in Texts, Font and Symbols).
A black frame can be added for this caption by checking the With frame box.

  • Texts

You can first choose the caption title. It is the module name by default.
Then you can write the caption text to be shown beside the symbol. You can set the text on the right or under the symbol in the caption.


  • Font

In the font option you a font list opens and enables you to select the desired font.

The colors of these texts can be set by clicking on the colored square to open the color panel.

  • Symbols

You have to uncheck the Automatic size box to specify a different size in the map unit. Finally, you can select the desired space between symbols and texts in caption by choosing a small, normal or large caption.

If the With filling box of the Colors tab has been checked, the symbol can be a square or a rectangle. Otherwise the outlines are represented by a zigzag.

Script :

2      module untyped_list ""
3        mod_type integer "104"
3        mod_subtype integer "603"
3        mod_name string "Contours"
3        mod_dads integer_list ""
4          ? integer "3"
3        caption_origin vector ""
4          x_val double "0"
4          y_val double "0"
4          z_val double "0"
3        map_bounds bounds ""
4          bottom_left vector ""
5            x_val double "72.699997"
5            y_val double "1620.900024"
5            z_val double "0"
4          top_right vector ""
5            x_val double "1197.599976"
5            y_val double "2675.399902"
5            z_val double "0"
3        has_fill boolean "T"
3        fill fill ""
4          fill_color fill_color ""
5            red double "0.14902"
5            green double "0.898039"
5            blue double "0.772549"
5            red255 integer "38"
5            green255 integer "229"
5            blue255 integer "197"
4          hatch hatch ""
5            angle1 double "0"
5            angle2 double "0"
5            desc_list1 double_list ""
5            desc_list2 double_list ""
5            is_weft boolean "T"
4          has_hatch boolean "F"
3        has_stroke boolean "T"
3        stroke stroke ""
4          stroke_color stroke_color ""
5            red double "0"
5            green double "0.611765"
5            blue double "0"
5            red255 integer "0"
5            green255 integer "156"
5            blue255 integer "0"
4          dash dash ""
5            desc_list double_list ""
4          has_dash boolean "F"
3        size double "5"
3        prj_show_caption boolean "T"
3        prj_title_string string ""
3        prj_user_string string_list ""
4          ? string "Departments"
3        text_color stroke ""
4          stroke_color stroke_color ""
5            red double "0"
5            green double "0"
5            blue double "0"
5            red255 integer "0"
5            green255 integer "0"
5            blue255 integer "0"
4          dash dash ""
5            desc_list double_list ""
4          has_dash boolean "F"
3        right_pos boolean "T"
3        symb_square boolean "F"
3        has_back_square boolean "F"
3        caption_font string "family:Times New Roman-face:medium roman-size:12"
3        caption_auto_height boolean "T"
3        caption_height double "19.2083"
3        caption_space integer "1"
3        dress_surf boolean "T"
3        dress_line boolean "F"
3        dress_pt boolean "F"


Samples