Jump to content
Developer Wiki and Function Reference Links ×

Combining Nurbs and get a Surface


Recommended Posts

Hello together,

im new to Marionette and can't find a good solution for my problem, maybe you can open my eyes.

 

I can draw a nurbs curve from 4 3D Points, (pt1,pt2,pt3,pt4) (rectangle) and another one from 3 points (triangle or arc, based on the degrees being 1 or 2), start point from the arc is pt2 and endpoint from the arc is pt3 from the rectangle.

i want to get a closed surface from the merged figure, but I don't know how.

 

maybe someone can help me.

best regards.

 

Link to comment
  • 1 month later...

Hi @mlohse

Welcome to the Vectorworks forums and the Marionette discussion in particular.

 

In such cases I found it's best to first do the steps manually and see what the required tools/objects or menu items are, to get to the result you want and then go backward through these steps and see, if there are Marionette Nodes with these names. If you are missing an object (unlikely) or a menu item (likely) you might need to make a custom node yourself or ask, if someone here can help you out.

 

If you want to try this on your own, you should follow the link to the dev wiki pinned in all Customization discussions at the top of the page.

Bildschirmfoto2024-02-27um18_24_19.thumb.png.20a4fdb201fe0dd1babccb3e2804220a.png

https://forum.vectorworks.net/index.php?/announcement/14-developer-wiki-and-function-reference-links/

 

From there you can use the search to find VectorScript commands you might need for your custom Marionette Node.

When dealing with menu items, a good starting point is the command DoMenuTextByName:
https://developer.vectorworks.net/index.php?title=VS:DoMenuTextByName

 

Good luck!

  • Like 1
Link to comment

I think it's not a rookie mistake.

 

Nurbs curves can be created, but they do not close.

You have to create the Nurb surface from the 4 points differently.


Upload the file and the professionals can show us how it works.

  • Like 1
Link to comment

when operating with nurbs curves (my go to when creating solids inside marionette) some things to mind:

- for closed curves take the first point and use it at last point also (otherwise they are not "closed")
- use the "loft surface" node to generate solids (get familiar with the settings (rule, solid, close, ...)
- chek the order of the curves and their point direction (with the data flow nodes everything is possible)

  • Like 1
Link to comment

close the Curve and Loft Surface was the Way to go, thank you very much

have to organize the Network, actual its a mess 😄

 

next problem I have is the file size, (empty file with the network is round about 300MB) and I don't know why... and the time Vectorworks need to recalculate the model, if I enter the parameter is too long (10 seconds or more of colorful ball rotation).

 

Bild.thumb.png.53f6a949d89a3d043f89261f789a9b15.png

  • Like 1
Link to comment
  • 5 weeks later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...