Jump to content

Platane

Member
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Platane

  1. Thanks @Pat Stanford you give me the way Now it's working if I do this PROCEDURE test; VAR hDraw : Handle; BEGIN BeginPoly; AddPoint(0, 0); AddPoint(0, 1000); AddPoint(1000, 1000); AddPoint(1000, 0); EndPoly; hDraw := CreateCustomObjectPath('space', LNewObj, nil); ResetObject(hDraw); SetRField(hDraw, 'space', '11_Space Name Cust', 'TheName'); SetRField(hDraw, 'space', '11_Proposed Area',Num2Str(0,200)); SetRField(hDraw, 'space', '11_Display Stamp','true'); SetRField(hDraw, 'space', 'NumberLabelText','AA101'); SetRField(hDraw, 'space', '11_Number Style','Manual'); End; RUn(test);
  2. Hello all, I can't enter in a script a manual Number to 'Space' here is my scrpit : PROCEDURE test; VAR hDraw : Handle; BEGIN BeginPoly; AddPoint(0, 0); AddPoint(0, 1000); AddPoint(1000, 1000); AddPoint(1000, 0); EndPoly; hDraw := CreateCustomObjectPath('space', LNewObj, nil); SetRField(hDraw, 'space', '11_Number Style','Manual'); SetRField(hDraw, 'space', '11_Space Name Cust', 'TheName'); SetRField(hDraw, 'space', '11_Proposed Area',Num2Str(0,200)); SetRField(hDraw, 'space', '11_Display Stamp','true'); SetRField(hDraw, 'space', '11_Number','AA101'); {this line is not process and event in a worksheet you can not ad manualy a text in field } End; RUn(test); Is it a known bug? Is there a other way to do it ? Thank's for your help Best day.
  3. But you have a AMD Radeon PRO 460 inside so may be it's more optimise
  4. Hi ANdrew I made the test with CInebench and yes you may have a problem : ... 😞.
  5. It's a RW render time in a VP As Cinebench is use to evaluate the Blackmagic eGPU, I thought it was working with RW.... I make more test and come back to you
  6. Hello all I have nearly the same configuration: MBP 13-inch 2017, i7 3.5 GHz, 16 Go Ram I revive my Blackmagic eGPU yesterday I try with Vectorworks but I'm a bit disappointed With 12'20" Without 15'40'' Best Platane
  7. My version is 12.5.1(65397) from Cesyam french dealer for VW
  8. to be clear my user home account are locate on a server vw is instal in the local apps folder
  9. Ok test result: Steppe 1 done result no file steppe 2 no file steppe 3 pdf file ok steppe 4 done bak to steppe 1: no file... what's next.?
  10. Katie, Do You mean that the only way to "Export PDF" is to log in to a Admi account?
  11. Can some one tel me why the 12.5.1 didn't fix the right problem???
×
×
  • Create New...