Jump to content

pgreen

Member
  • Posts

    13
  • Joined

  • Last visited

Everything posted by pgreen

  1. Oh that is magical!!!! Thank you so much! @Pat Stanford - is there a gofundme we can throw money at you with??? 🤣 That script is going to save me DAYS of work. Thank you!!
  2. Hi! Is there an easy way to manage all of the data attached to symbols stored in the resource browser? I'm working on updating a few custom symbol libraries. Currently, I either edit the 2d of the symbol or choose "attach record" and edit field values individually. is there something similar to the "Lighting Symbol Maintenance" tool for all symbols? Or, possibly a way to have a worksheet query the resource browser symbols and push information that way? Or....... a way to sync a symbol instance's data in a design layer back to the resource browser.... updating any changes made back into the library? Thanks!
  3. Hi! I'm getting different context menu options for chain dimensions depending on what workspace I'm using and having trouble finding out how to make them similar. When using the Spotlight workspace, I get options to "Add Dimensions" and "Delete Dimensions" in the context menu When using Designer those options are missing. Is there a way I can add those to the designer workspace? Thanks!
  4. Is there a way to recreate the GetSpaceNameForObj request in VectorScript? A function that will return an array of Space object names that an object is inside of? I'm trying to write a script that will write the space names an object is inside of to a record field. Soemthing like this.... except the "GetSpaceNameForObj" isn't a VectorScript function. PROCEDURE SetObjSpaceName; PROCEDURE SetREC(h :HANDLE); BEGIN SetRField(h,'recordFormatName','fieldName',GetSpaceNameForObj(h)); END; BEGIN ForEachObject(SetREC, ((R IN ['recordFormatName']))); END; RUN(SetObjSpaceName); Thanks for your help!
  5. Is there a way to convert a single large polyline with hidden edges into lines without converting the hidden edges? In this screenshot, all of the lines in the drawing are from a single polyline. I'd love to explode them into separate lines So far, trying Decompose and Convert to lines gives me all of the lines, including the hidden edges. Thanks everybody!
  6. Hi everyone! During a Revit import, I'm running into multiple prompts saying: "Roof pitch is not valid" then "Roof creation failed because the underlying geometry is too complex. Please try again after simplifying the geometry." After pressing "OK" the import continues. The problem is having to babysit the import and continuing to press "OK" every 5-10 minutes. This may be more of a feature request than a bug. Is it possible to do an import that passively moves past those errors, possibly just reporting them at the end of the final import? I'd love to be able to walk away from a long import and come back when it's all over. 🙂 Thanks everybody! Pg
  7. I'm having the same trouble @wrios. A handful of 2021 project files are taking 3-5 minutes to open the "Build Summary List" dialog box but a few smaller files seem pretty responsive. Is there a good way to optimize a file or maybe my lighting symbols to work with the summary tool?
  8. Thanks Mark! First, thanks so much for your VW tutorials. Your lighting plots look gorgeous! Second, I tried importing the classes but it doesn't seem like the tags come with them. In my local project, the tag field is empty. Pg
  9. Hi! I'm trying to figure out how to filter classes in a referenced viewport by tag. If I edit a class in the Viewport Class Properties window, I can see the tag assigned in the "Descriptions/Tags" view, but when I try to make a new filter, those tags aren't available. It seems like the filter is only using tags from the open project. Has anyone figured out a way to use tags from other referenced VWX projects? Thanks so much!!
  10. Hi! Has anyone had luck rendering a front view of lighting fixtures and using the new 2D component views? I can get 2D components to appear on normal symbols, but fixture symbols with the Light Info Record attached render as hidden line.
  11. @zoomer I think you're right. It looks like antialiasing is working against VW's default white background. If I change display options to "black background" the on-screen render looks great (image attached). A PDF export still shows the issue though. Thanks @DanJansenson - I tried changing layer color overrides and adding a black box behind the viewport on the sheet layer, but still running into the issue...
  12. Hi @Dave Donley, Here's a copy of the VWX file. Thanks so much! VW_Camera_Match.vwx
  13. I'm having trouble getting a clean render using camera match and Final Quality Renderworks. Rendered objects have a ring of white pixels outlining them. - OpenGL works fine - Tried multiple quality levels of anti-aliasing, blurring, etc.... and all look the same - Higher DPI reduces the effect, but it's still present Has anyone run into this? Any ideas on getting a smooth composite over a background photo? Thanks! Pg
×
×
  • Create New...