
Niels Timmer
Member-
Content Count
20 -
Joined
-
Last visited
-
In the 'Define Material' dialog box are four tabs for entering data. In the Construction tab I can select a classification standard. I can choose between OmniClass and Uniclass. Can I add a custom classification standard to the list? The Vectorworks help says But I can't find any instructions, my Libraries/Defaults/Classification folder is empty. Does anybody knows how this works?
- 1 reply
-
- materials
- classification
-
(and 1 more)
Tagged with:
-
-
Hello Dom, In a project I'm working on, this node could be very useful. For now it only seems to be working with generic solids, is that correct? And is there a node available that can convert geometry to a generic solid? As you can see in the attached example it creates holes in the object when the control geometry consists of solids (not generic solids but extrudes, etc.). 201012 Reshape node question.vwx
-
Vectorworks Cloud Publishing starts before upload is finished
Niels Timmer posted a question in Troubleshooting
Hi, As a Vectorworks Service Select member I use cloud publishing a lot. Lately I started noticing that the changes that I made only appeared in my PDF-drawings after publishing two or three times. When you select Store and process on Vectorworks Cloud in the publishing dialog, it always asks to save the file first before publishing. That makes sense, because I want my latest changes to appear in my PDF's. But I think the problem is that the publishing starts before the upload is finished. Does anyone else have this problem? -
How to determine if a line intersects a 3D object
Niels Timmer replied to Niels Timmer's topic in Python Scripting
I managed to make a working Marionette example. The network checks if a three dimensional line intersects a NURBS surface. Marionette Network can be found here: -
Version 1.0.0
16 downloads
Description This node calculates where a line (not a line segment!) and a plane intersect. Input / output The plane is defined by its normal vector and a point on the plane. The line is defined by two points. The output point is where the line and plane intersect. Example Usage The example in the file combines the node with the Get Distance node to check if a three dimensional line intersects with a NURBS surface. This network can be used to create several simulations that can answer questions like: Do sunrays reach a balcony? Is the church tower visible from a window? Etc. Script is based on: https://rosettacode.org/wiki/Find_the_intersection_of_a_line_with_a_plane#Python The node uses numpy. Thanks to DomC for creating a numpy importer node. Niels Timmer March 2020 -
Hi all, In my model I have a straight three dimensional line (3D polygon) and a solid object (extrude or generic solid, for example). Does anyone know how I can determine if the line intersects/crosses the 3D object? I hope someone can help. Best regards,
-
Vectorworks Bugs when working with Marionette
Niels Timmer replied to Niels Timmer's topic in Marionette
@Marissa Farrell The problem disappears when I restart my computer/VectorWorks. I don't have a file (yet) where I can reproduce the problem. Or are you interested in any file where this problem occurred? @Stephan Moenninghoff Yes, using the menu instead of the keyboard shortcut will not break undo. -
Hi all, When I'm working with the Marionette-tool, very often I get these problems: The OIP does not update when I select different objects. I can only change properties this way: right-click > properties Cmd + z doesn't take me one step back, but a lot of steps. Meaning that cmd + z very often erases my work for the last hour. Redo doesn't work. Edit > Undo doesn't have this problem. Are others also facing these issues? I use Vectorworks on both MacOS and Windows, the described problems occur on both operating systems.
-
-
KingChaos started following Niels Timmer
-
Spaces with auto-boundaries change when they shouldn't
Niels Timmer posted a question in Troubleshooting
For an apartment building I work with spaces to determine the area of each apartment. My client would like to have the netto area of each apartment, without the area occupied by the shaft. I drew the outer walls of the apartments, and a wall around each shaft. Then with Inner Boundary mode selected, I create the spaces. Works fine. But after a while the reference point of the space moves to inside the shaft and the area of the apartments is displayed incorrectly, because it now shows the area of the shaft. On the attached image it shows the issue: apartment no. 50 has changed its size to the size of the shaft. Does anyone know how to resolve this? (I hope the description of my issue is clear, English is not my native language, feel free to ask questions) -
Thanks for the replies! Unfortunately, I'm not there yet... As you can see in the attachment, I have a list with points that I use to create a polygon. I know which vertices need to be arc vertices, but the Change Vertex Type node doesn't work apparently. Could someone have a quick look at it? (next to the Marionette object is the shape that I would like to have in the end) 190712 ChangeVertexType.vwx
-
I'm currently facing the same problem: the compose node doesn't work inside a Marionette Object. How would this workaround look like if one of the lines is an arc? (I have two arcs and three straight lines that form a closed shape together)
-
Nice, it still works in 2019. Saved me a lot of time!