Jump to content

michaelk

Moderator
  • Posts

    6,351
  • Joined

  • Last visited

Posts posted by michaelk

  1. To get rid of the page outline in design layers:  File > Page Setup… > uncheck Show page boundary

     

    To get rid of the grid:  Double click the Snap to Grid button in the Snap Settings > uncheck Show grid.

     

    Make sure that snap to grid remains turned off 🙂 

     

    image.png.c186ab545bcc4cb3a0544105bebb2329.png

    • Like 2
  2. This is one of the things that seems random when learning vectorscript.  

     

    Some things are controlled with functions and some are controlled with ObjectVariable - Boolean/Handle/Int/LongInt/Point/Real/String

     

    If you can't find it, just keep asking 🙂 

  3. I'm not the most qualified on this forum to answer VS questions - but…

     

    I usually use something like

     

    SymbolHandle := LNewObj;

     

    LNewObj returns a handle for the last object created by the currently executing script.  That way there's no confusion if you have a handle to a symbol instance or a symbol definition.

    • Like 1
  4. Draw a wall.  Set the height of the wall.

     

    Insert a door object.  Set the door configuration to Opening or Cased Opening (looks like opening in your photo).  Set the top shape to be round.

     

    Type in values for the width and height of the door.

    • Like 3
  5. @Cristiano Alves

     

    Double check your criteria.  

     

    Line 1 says ALL criteria in this set.

     

    Then there are two criteria indented in.

    .    Location is within Area Plateia 1

    .    Location is within Area Golden Circle

     

    If an object doesn't meet the criteria then it doesn't get to be in your database!

    The way you have it specified only objects that are in both of the areas will be included in the database.

     

    Change line 1 in the criteria to read ANY criteria in this set.

    Now the database will include any object that is in area 1 OR area 2.

     

    If you look at the bottom of the criteria dialog box you will see the number of objects that meet the criteria.  This is a great way of double checking your work as you add and remove criteria.

  6. I don't remember there being a worksheet for this.  I'm sure you found Tools > Reports > Create Panel Schedule…

     

    I thought it was always like that(?).  Maybe there was a localized report.  I agree it's strange for you to get a panel schedule with conduit in inches 🙂 .

     

    Do you have a 2007 file with a panel schedule?

  7. If you can post a file here with just the symbol in it, or if it's proprietary you can send it to me in a personal message, I'm sure we can figure it out quickly.  It's hard to imagine all the possible settings and parameters without seeing it 🙂 .

  8. You can define working plans that are rotated and or offset from any or all axis to make it easier and more convent to work on rooted and offset objects.  It's possible to have the front view, for example, be relative to the working plane and not the layer plane.  You should get a slightly confusing warning when this is in effect.

  9. I just tried price - because I know what price of a plant means - and it works as expected.

     

    It's possible that tag display isn't actually direct parameter (?).  The data for that parameter is in pulldowns, but you have to type Left,Right,Center,None.  So it may be a just for display parameter.

     

     

    • Like 1
×
×
  • Create New...