Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. We will have to wait on Juan on this one. I see the same thing as you.
  3. Hello @MullinRJ, Thank you for your suggestion! I will give this a try.
  4. Today
  5. I have created a point object ot create Pre-Engineered Metal Builidng trim for Doors and windows. I would like to have it also create a 3D hole object. Does anyone know how to do this? PROCEDURE PEMBOpeningTrimPointObject; CONST SourceSub = ''; {Sub path} ResType = 94; {Class Def} folderIndex = -8; {Standards} VAR unitmultiplier,JambComp:REAL; H2,H3,H4: Handle; Result:BOOLEAN; ResourceName:STRING; currentunits,ListId,NumItems:LONGINT; CNo:INTEGER; PROCEDURE ImportClass; BEGIN ListId:= BuildResourceList(ResType,folderIndex,SourceSub,NumItems); WHILE NumItems <> 0 DO BEGIN ResourceName:=GetNameFromResourceList(ListId,NumItems); IF (ResourceName = PClass1) THEN BEGIN H4 := GetResourceFromList(listID, NumItems); if (H4 = NIL) then H4 := ImportResourceToCurrentFile(listID, NumItems); END; NumItems := NumItems-1; END; END; BEGIN unitmultiplier := 1 ; currentunits := GetPrefInt(170); {assign the current document units interger to currentunits varaiable} if currentunits = 1 THEN unitmultiplier := 25.4; if currentunits = 2 THEN unitmultiplier := 25.4; if currentunits = 3 THEN unitmultiplier := 304.8; if currentunits = 4 THEN unitmultiplier := 914.4; if currentunits = 5 THEN unitmultiplier := 1609000; if currentunits = 7 THEN unitmultiplier := 1; if currentunits = 8 THEN unitmultiplier := 10; if currentunits = 9 THEN unitmultiplier := 1000; if currentunits = 10 THEN unitmultiplier := 1000000; BeginGroupN(H2); {Import Classes if they don't exist} CNo:=ClassNum; NameClass(PClass1); IF CNo < ClassNum THEN BEGIN DelClass(PClass1); ImportClass; END; if PCreateSill = TRUE THEN JambComp := 0 ELSE JambComp := PDoorJambThickness; {Compensate for door jamb thickness} {Create the Trim} BeginXtrd(0,PTrimDepth); RectangleN(POpeningWidth/2+PTrimWidth+JambComp,PHeadHeight-.01+JambComp,0,90,PTrimWidth+.01,POpeningWidth+PTrimWidth*2+JambComp*2); RectangleN(POpeningWidth/2+PTrimWidth-.01+JambComp,PHeadHeight-POpeningHeight,0,90,POpeningHeight+JambComp,PTrimWidth+.01); RectangleN(-POpeningWidth/2-PTrimWidth+.01-JambComp,PHeadHeight-POpeningHeight,0,90,POpeningHeight+JambComp,-PTrimWidth-.01); if PCreateSill = TRUE THEN RectangleN(POpeningWidth/2+PTrimWidth,PHeadHeight-POpeningHeight-PTrimWidth+.01,0,90,PTrimWidth+.01,POpeningWidth+PTrimWidth*2); SetClass(LNewObj,PClass1); SetFPatByClass(LNewObj); SetLWByClass(LNewObj); SetTextStyleByClass(LNewObj); EndXtrd; SetClass(LNewObj,PClass1); SetFPatByClass(LNewObj); SetLWByClass(LNewObj); SetTextStyleByClass(LNewObj); EndGroup; Rotate3D(90,0,0); {Move object so it insets into wall} Move3DObj(H2,0,.01,0); Locus(0,0); END; RUN(PEMBOpeningTrimPointObject);
  6. That ‘No Stories, No Problem’ thread is pinned at the top of the ‘Architecture’ forum, so that one will be slightly easier to find, but only if you happen to be looking in the right forum. One could argue that Stories thread applies to all disciplines, not just architecture. In my opinion, a better place to pin it might be in the Workflows forum. It is strange (not helpful) that you can’t search for Wes Gardner’s name or view his profile / posts. Typing the ‘@‘ in a new post won’t even autocomplete his user name. Contrasting this behavior with the user name for the once ever-present former Vw employee and forum admin ‘JimW’ — is now @PVA - Admin; but at least with his profile, you can still view his profile page by clicking on his user name, and you can search for his posts.
  7. Aha. I thought about something like this. Or blocking certain addresses in LittleSnitch ... But it was not that important to me to try it with different browsers or on Windows ..... I just wondered why it happens for only certain courses.
  8. Both of my devices are up go to date, aside from not being on Sonoma . I did determine that it’s happening to videos that are from the design summit, but none of the others. Something about their format is different. In case anyone else has the same issue, disabling advanced tracking protection allows the videos to load properly.
  9. Elevation Benchmarks are designed to be used in 3D space or Section Viewports, not in plan.
  10. Somehow for me the initial link works too. But I also noticed the privacy settings warning from time to time for a few certain courses while I could watch others fine. Usually I use Safari only on latest official macOS.
  11. Check which mode of the Selection Tool you are in. The first mode ('Disabled Interactive Scaling Mode') will give you the behaviour you describe.
  12. Hello @exhibitdesigner, Been there, done that. Like you, this bothers me, too. I wrote this about 10 years ago and it works well. It rounds off excess 0's as well as 9's. By excess 9's I mean when you have more 9's than you have display precision. Example, your display precision is 3 decimals, so "2.999" will display as "2.999", but "2.9999" (or anything >= 2.9995) will display as "3". This function tests your display precision, so you don't have to know in advance whether to multiply and divide by 10, 100, 1000, 10000, etc. Try using this function to tailor your numbers to your liking: function TZ(R :Real) :Real; { Trailing Zeros (and 9's) suppressed - Round numbers to their display precision. } { 2 May 2024 - Raymond Mullin } Var DP :Real; { drawing precision } Begin DP := 10^GetPrefLongint(162); { = 1/DwgPrec } TZ := Round(R * DP) / DP; End; { TZ } To use, replace this: Message('The ratio is ', aReal); with this: Message('The ratio is ', TZ(aReal)); HTH, Raymond
  13. Hello! I see now that exactly a year has passed since my last post on this topic, so I tought to post again, hoping that somebody with a good hearth overthere in Maryland will take care of this request: would be possible to group design layers? I have to invent such odd graphical tricks to organize them 😁 thank you!
  14. That is the best post on the forum. All of Wes Gardner's posts should be made easy to access.
  15. I've been working on Vectorworks this morning and had no issues prior to all of a sudden no longer being able to select the endpoints of lines. I can still select lines as a whole, but when going to move things I can no longer select a specific point on the line, rather I just have to estimate where the end of the line is and move it like that. I'm assuming I hit a hotkey without realizing it but don't know what that would have been. Would love some help on the matter! Thanks.
  16. Hello! My name is Adrian Giacca, I am a landscape designer and owner of Remote Landscape. We are a custom and boutique landscape design firm that collaborates closely with landscape contractors, builders, and architects to create unique landscape projects. Our company is growing very quickly and I am very interested in finding someone who would like an opportunity for consistent drafting work with the ability to take on more responsibilities and design capacity as our relationship develops. It is very important to me that the best-suited person for this job has a strong understanding of Vectorworks and can create similar or better-looking models than what I am currently creating. Take your time to review the information I have provided and email me a proposal for your fees. Most projects are either small or medium-sized homes or large estate houses. I expect there to be two different costs for each. Your main task will be to take the information provided in these folders and videos to create a 3D model of the house. No other site modeling will be necessary at this time—simply just the house and the textures associated. Here is a video showing you my process and expectations Here is a folder of a Medium and Large Project https://drive.google.com/drive/folders/1hMyOkB1TynH_uRycMc-P0exykE1P8ZRM?usp=sharing Be sure to find the panoramic 360 tour in the project notes. If I find your pricing to be appropriate I will provide you access to WebODM so you can take measurements and elevations of an existing house. You can expect 1-3 projects a week. Please email your proposals and similar projects to adrian@remotelandscape.com Thank you Adrian Giacca
  17. Thank you for your suggestions. I am very new to VectorScript and in over my head on this so I apologize in advance. Yes, I am displaying as text. I am interested in your suggestion to iterate through the text string from the back and remove any zeros. I am guessing the process involves identifying the position of the decimal point in the string, then Iterate from the end of the string to find the first non-zero digit, and then trim the string to remove the trailing zeros.
  18. I'm a little late to this thread but the issue with Dropbox 'replacing' instead of 'updating' a .vwxp file can be solved with one or both of the following two things. At least when working out of VW2023, that is. In VW2024 Project Sharing received a revamping of the backend programming so it is likely that none of this applies past VW2023. First, always have 'Safe Save' activated in the Project Sharing - Settings dialog box. See graphic below. I believe this is one toggle that is administered to the .vwxp file by the person who created it and it remains active for every user. If you ever need to recreate the .vwxp file you'll need return here and toggle this back on. Best to make it a natural part of the creation process. Secondly, I've been advised by Dropbox to 'Re-Index' our dropbox files. This is done by logging out of your dropbox account and logging back in. All of your local dropbox files have their location assignments reset so dropbox knows where everything is. Long before we discovered Safe Save we had 'replace' vs 'update' issue resolve itself after 're-indexing'. A couple of other generic tips which may not be self-evident: - Make sure you are giving your computer time to sync your file back to the dropbox cloud. Don't shut down your computer too quickly after closing VW or your local .vwxp file won't sync out of your computer. - Don't locate your .vwxw file in your Dropbox folder. Every single change you make will get added to the Dropbox Queue and slow down your .vwxp file's ability to properly communicate in a timely manner. Always locate .vwxw files in a local folder. - We've had problems arise when multiple .vwxp files are present in the same folder. - The Network Protocol setting only impacts those locating their .vwxp files on a local network drive. It is meaningless when you are placing it on a cloud drive. Joe
  19. In this example, the strip light is aligned to the left and all others are centered. If the strip were assigned to be centered with the others, it would knock all the others far away from the left border box .
  20. @tbexon, Widen the Spotlight Equip Summary Key dialog and use the Alignment column. Let me know if you have issues.
  21. Yes, I'm on a Mac Monterey and viewed it on Safari 16.5.2
  22. I was looking for one of Wes Gardner's famous posts to share with a member here and noted that you can no longer click on Wes's profile or search for content posted by him. Also, his name user name changed as shown in the image below. Why is that @JuanP @Pat Stanford? It's helpful to be able to search by author to share content.
  23. Not everyone enjoys site modeling, but I do! I have six years of industry experience building site models. I also taught the subject matter at a local college. You can find my teaching materials here on YouTube - Su Knu Vectorworks Site Modeling. I am seeking additional contract work specifically related to site modeling for the landscape industry. A project will be a good fit if it includes a professional site survey with significant elevation changes. I am happy to draft other aspects of a project that includes site modeling. For more information, please visit my website Su Knu Portfolio (su-knu.com).
  24. If I remember correctly, you’re also a Mac user right? If you’re accessing it through safari and it works on your end, then I’m not sure what could be causing the issue on my end. I did get the video to work on Firefox, but it’s still showing as private on safari no matter which device I use.
  25. Yes I did see that video. Katarina’s videos are always super helpful. Since this video is advanced site modeling, I was hoping that there might be some advanced techniques that I could pickup.
  26. @Cody Worthman Juan's link works here on my end here in the USA.
  1. Load more activity
×
×
  • Create New...