-
Posts
254 -
Joined
-
Last visited
Reputation
149 SpectacularPersonal Information
-
Occupation
VW Spotlight Product Planner
-
Location
United States
Recent Profile Visitors
1,512 profile views
-
Hello @matteo17 Can you post a screenshot of what you're trying to do? As for objects on the ground, Braceworks does not currently calculate loads without using hoists.
-
How to Up-Scale the Label Legend in a Viewport?
Scott C. Parker replied to preston bircher designs's topic in Entertainment
This is what I do with one extra step. If you edit your Label Legend and duplicate the fields you want to magnify the text for, you can control what is shown in each viewport via classes. Let's say you want the channel and unit numbers to be huge. Make a new class for each, i.e., label/channel-huge and label/unit number-huge In the LL, duplicate the channel and unit number fields. Assign them to the Huge classes and change their text size. Once done, you can show/hide the classes in the viewports. I ignored the containers, as you can see. It's about the clarity of the numbers for the crew to read. -
I made a video a while back that might be helpful. I'm not sure, as I made it before Magnets showed up.
-
Inventory & Equipment List - Missing Functions?!
Scott C. Parker replied to Leppi's topic in Entertainment
Are you able to share the drawing file? -
Inventory & Equipment List - Missing Functions?!
Scott C. Parker replied to Leppi's topic in Entertainment
It's on our list of wishes. No ETA on the horizon, though. The issue is that Virtual Parts are assigned to the entire type of objects, not the symbols themselves. We're keeping this in mind as the tool is further developed. -
Equipment List Worksheet - missing Virtual Parts
Scott C. Parker replied to Rob87's topic in Entertainment
A quick workaround to get you going is to insert a new column and then copy/paste the database field from an existing VP. Then, change the number at the end of the string to 4, 5, 6, etc. It should pull the next virtual part into the worksheet. -
Equipment List Worksheet - missing Virtual Parts
Scott C. Parker replied to Rob87's topic in Entertainment
Yes, it was a bug. It's been fixed for an upcoming release. -
Inventory & Equipment List - Missing Functions?!
Scott C. Parker replied to Leppi's topic in Entertainment
Correct. The info about parts is attached to items once they are in the drawing itself. This doesn't preclude anyone from adding a custom counting record to their symbols, which can then be reported using worksheets. The added parts via records are not currently seen by the inventory system. -
=XROTATION(), =YROTATION(), and =YROTATION() get you the Roll, Hanging, and Rotation, but they are Read Only Functions. ='TrussItem'.'HingeAngle' returns the Hinge Angle, but edits from the worksheet likely won't take. The main issue with attempting to edit the fields you mention in a worksheet is disconnecting objects from each other. As for a master list, are you familiar with https://developer.vectorworks.net/index.php/VS:Function_Reference You'll find a huge amount of resources there. This collection of forums will be helpful as well. Many scripting developers discuss how to create tools to manipulate VW objects. https://forum.vectorworks.net/index.php?/forum/4-customization/
-
It's coded to attach to all Spotlight objects. The data manager is also coded to receive various bits of info from the device it's connected to, which are editable.
-
There have been several bug fixes to the existing palette covering calculations. What updates are you looking for? More improvements to power are being worked on for future releases.
-
Inventory & Equipment List - Missing Functions?!
Scott C. Parker replied to Leppi's topic in Entertainment
Oh, I completely understand. This is on our list of requested enhancements. Until then, I suggest the first workflow of adding the truss to your shared template files. Best, Scott -
Inventory & Equipment List - Missing Functions?!
Scott C. Parker replied to Leppi's topic in Entertainment
When working on a drawing, virtual parts are saved per file and will remain attached to the objects within that file. To make sure that you have access to the pins you need, it is recommended that you add them as needed and save the file as a template. Alternatively, you can add the pins to the truss symbols and save the file as a favorite. This allows you to copy and paste the symbol into a new file easily. When you do this, the pins should come from your favorite file to your working file. Virtual parts are attached to the entire collection of particular object types within a drawing. This means that all the truss in the drawing will receive the same list of virtual parts. To address this, it's recommended that you add all the virtual parts with a default quantity of zero to all the various truss you are using. Then, select all of one type of truss and change the appropriate pin type quantity to 4. Repeat this process for the other type of truss as well. When you create reports, the virtual parts with zeros do not appear in the worksheets, so you can be sure that your report accurately reflects the parts you actually used.