Avatar

Monsen

Monsen

About

Username
Monsen
Joined
Visits
693
Last Active
Roles
Administrator
Points
8,947
Birthday
May 14, 1976
Location
Bergen, Norway
Website
https://atlas.monsen.cc
Real Name
Remy Monsen
Rank
Cartographer
Badges
27

Latest Images

  • is there a way to drag a large landmass after a resize?

    Any entity can be moved with the :CC2MOVE: command [MOV]. (For pure command line options, non-visual move may also be appropriate [MOVE]).

    Important thing when moving a landmass with stuff on it is obviously to select everything. If you just select the landmass, you'll only move the landmass, not the terrain and symbols, so you normally need to do a selection window to grab the right bits, but an alternative could be to hide all the sheets containing stuff you don't want to move (or better, but more complicated, freeze all the layers containing stuff you don't want to move) and then just select everything with the All (a) selection and move it.

    To be able to move something, it is important that it is not on a frozen layer. If you are unable to move something in particular, check what layer it is on with the LIST command, and see if that layer is frozen.

    Loopysue
  • Why doesn't edit work?

    Everything that overlaps itself in CC3+ causes that effect. It is a result from calculating what is on the outside (not to be filled) and what is on the inside (to be filled) of the shape.

    The solution to that problem is always to ensure a line or poly doesn't overlap itself. If you need to have an overlap, then split the line into two separate lines. If split along an edge and not in a corner, you wont' visually see it is two different lines.

    roflo1
  • Duplicate Entries in Symbol Manager

    I need to open this in a debugger and walk the drawing list to confirm this, but this is what I suspect happens:

    Symbol definitions are kind of a separate drawing, and when you edit a symbol, the editor locks you down to the insides of that symbol definition, with no access to outside resources.

    So, when you place your self-exploding symbol into the editor window, there doesn't exist a definition for it there. And even if a symbol is set to explode on placement, it is still placed as a symbol, causing the symbol definition to be copied into the definition of your symbol. The symbol itself is exploded, but the definition is still there.

    Now, when you exit the symbol editor and go back to the drawing, suddenly everything is available again, leaving you with 2 definitions of the same symbol, one in the main drawing, and one inside the definition of your table.


    So, how to deal with this. Many ways really, choose one of them:

    • Just delete the duplicate symbol from the catalog. Yes, this removes both, but you can then reinsert the non-exploding original if you want it there
    • Before closing the symbol editor window, bring up the symbol manager, as that will just display the definitions inside that definition, and delete it from there. The symbol manager should ideally be blank when opened from within a symbol editor window.
    • Don't edit symbols this way. Define everything in your main drawing instead, remember to explode everything, and then use Symbols -> define symbol to define a symbol from the selected entities in your drawing
    Jason ReidLoopysueJimProflo1
  • Floorplans and City Designer 3

    The hyperlink consists of 2 entities, the link itself (Which is normally invisible when you load the map, make it visible by View -> Show Hyperlinks), and a purple rectangle which just shows where the hyperlink is.

    Both of these can be deleted by the regular erase command, BUT the HYPERLINK layer may be frozen, in which case you need to thaw it before you can erase it.

    Also note that they should also both be on the LINKS sheet, so you can also just hide (or delete) that sheet.

    Loopysuekalt_nullJimProflo1
  • Help: Change Cursor Type?

    If you press Ctrl+T you toggle between the crosshair cursor and the arrow cursor. This can be done mid-command based on your needs. Note that it doesn't apply to the first point of each command (don't know why it's like that), but to all subsequent points, so if you're drawing a path, the initial node will always be placed using the crosshair cursor, but you can toggle for all the subsequent ones.

    Also note that if you use it in the middle of a drawing tool that has the trace capability (like the landmass tool), the shortcuts conflict, so it then asks you for "entity to trace" but you can just right click at this point to go back to the drawing instead of tracing. To avoid it, you can use the menu option (Tools -> Drawing Aids -> Toggle Crosshairs) instead of the shortcut key.

    LoopysueMichael Roehrlroflo1Zap Man