Jump to content

team

Member
  • Posts

    24
  • Joined

  • Last visited

Posts posted by team

  1. sorry for late answer,

    i have a lot to do.

    islandmon,

    do you mean my font-files are corrupt or

    i have a "kind of" system error.

    The strange thing is, that we have the problem

    both on a Vista and a 7-PC (different ones)

    on XP not.

  2. Hi,

    we have a big problem with pdf-export (the same i encountered with pdf-print) in Vectorworks 2009 (Windows Vista and Windows 7)

    The pdf displays bold text as normal.

    See the attached pdf and jpg.

    We have no acrobat installed,

    we do pdf-printing with freepdf

    Thanks for help

  3. Hi,

    we have a new PC with Intel Core2 Quad 4GB Ram and

    Nvidia 9400GT with Windows7 64bit installed.

    When trying to change colors of an Object in Vectorworks 2009

    the Color Palette opens very slow. It needs about a second.

    This is very annoying, cause I have to change colors often.

    The latest graphic driver is installed.

    Can someone help me on this,

    thanks

    produkteam

  4. Hello,

    I have a lot of drawings in different page-sizes (from DIN A3 to DIN-A1)

    and I want to Export pdf in DIN A4 from each file.

    So I need a VS that sets the page size to DIN A4

    and the page scale (depending on original page size to 71, 50 or 35%).

    The pdf-export then can be done manually.

    Is this possible?

    Does someone has an idea how to do it?

    Thanks

    mika

  5. Hello,

    I want to make a round wall in Vectorscript

    (that's not the Problem)

    at the moment it looks like this:

    {I need the center at 0,0, therefore I need the script}

    Procedure WallZero;
    VAR
    X1, Y1, X2, Y2 :Real;
    
    
    BEGIN
    
    GetPt(X1, Y1);
    GetPt(X2, Y2);
    RoundWall(0, 0, X1, Y1, X2, Y2);
    
    
    End;
    Run(WallZero);
    

    Now i want to draw it with the left/right edge option,

    but I didn't found a function for this...

    Can someone help me?

    Thanks

    M

  6. WOW,

    back after a few days and I found this discussion!

    First: Thanks to all for help, gracias und Dankesch?n.

    I think this is a Vectorworks/Nemetschek-Problem that there are

    "great" new functions that are not really elaborated like the custom modification and the new transparency....

    (of course its not only Vectorworks) and we need people like Miguel to help them (and us)

    And Orso, i will "wish-list" it....

    Bye,

    Mika

  7. Hello,

    my problem today is: selecting object in VS with the Attribute:

    "Color by class". I tried it in different ways, but can't get it.

    Example: EditProperties((FB='by class'));

    like: EditProperties((FB=260))

    What can I do?

    Thanks

    m

  8. Great, it works, even with Symbols in Groups

    I changed it to change LineWeight=1 to Lineweight=2:

    ------------------------------------------------------

    PROCEDURE LineWeight;

    PROCEDURE SetLineWight(h : HANDLE);

    BEGIN

    SetLW(h,2);

    END;

    BEGIN

    ForEachObject(SetLineWight,INSYMBOL & INGROUP & (LW=1));

    RedrawAll;

    END;

    RUN(LineWeight);

    -----------------------------------------------------

    Thank you very much!

    PS: How do you make thies "Code-Windows" in the Forum?

  9. Hi,

    back from General Discussion,

    cause maarten told me that I only get this by an

    "ForEachObject" script.

    Can someone help me with the script

    to change all (include symbols and groups) object with a specified Lineweight to another one?

    And by the way, is it possible for hatches to?

    In Groups an normal objects is no Problem with this one from custom modification:

    EditProperties(INGROUP & INVIEWPORT & (LW=1));

    but symbols?

    Thanks

  10. Hi Pat,

    thank you for the fast answer.

    I want to modify objects in symbols and in "Custom Modification",

    I cannot mark a symbol-button, only groups and viewports.

    The button allows access to objects in symbols but the program cannot select it? Thats like building a door without opening the wall.

    Thanks anyway, so is there a possibility to change attributes of objects in symbols (e.g. with scripts)

    mika

  11. Hello from a newbie (in forum not Vw)!

    My Problem is, that the button "symbols" in Custom selection doesn't seem to have any effect.

    The number of objects shown under the button includes the objects in symbols, but selected ist (of course) only the objects that are not in symbols and groups.

    (I tried to select objects with the same lineweight, to change it)

    So, what is the button for?

    Or is there a trick to get it work right with symbols?

    Thanks

    "team"

    I hope you understand my "English"!

  12. Hello from a newbie (in forum not Vw)!

    My Problem is, that the button "symbols" in Custom selection doesn't seem to have any effect.

    The number of objects shown under the button includes the objects in symbols, but selected ist (of course) only the objects that are not in symbols and groups.

    (I tried to select objects with the same lineweight, to change it)

    So, what is the button for?

    Or is there a trick to get it work right with symbols?

    Thanks

    "team"

    I hope you understand my "English"!

×
×
  • Create New...