willofmaine Posted April 13 Share Posted April 13 Is there any way (other than counting them in their Navigation window) to determine how many classes there are in a Vectorworks file? I tried a worksheet report on all objects and the class that each is in but somehow ended up with very many blank cells (objects not in classes??…) and also “Summarize Items” didn’t seem to apply to classes(?)… Thanks! Quote Link to comment
Jesse Cogswell Posted April 13 Share Posted April 13 There's a Vectorscript function that will return the number of classes in the active drawing: ClassNum. You could make a document script, something to the tune of AlrtDialog(Num2Str(0,ClassNum)); that will spit out the number. 4 Quote Link to comment
willofmaine Posted April 13 Author Share Posted April 13 Beautiful! Thank you very much for this!! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.