Search found 889 matches

by emills2
Sun Apr 21, 2024 12:36 am
Forum: Python scripting and macros
Topic: Silk: a NURBS workbench
Replies: 340
Views: 78756

Re: Silk: a NURBS workbench

LQ_6 wrote: Sun Apr 21, 2024 12:29 am I am atill getting the error. Sketches are coplanar Idk if that is the issue

here is the fixed file. it's just the order in which things are drawn in the second node sketch.
by emills2
Sun Apr 21, 2024 12:34 am
Forum: Python scripting and macros
Topic: Silk: a NURBS workbench
Replies: 340
Views: 78756

Re: Silk: a NURBS workbench

sketches coplanar is fine (although in this case you might prefer a 5 line sketch)

i just did the same thing again: delete and redraw both lines in the second sketch. and it fixed it again.
by emills2
Sat Apr 20, 2024 9:13 pm
Forum: Python scripting and macros
Topic: Silk: a NURBS workbench
Replies: 340
Views: 78756

Re: Silk: a NURBS workbench

why do am I getting errors with one file but not with the other? how can I paste screenshots? Btw is there a way to set the SILK lines such as ControlPolys, Grids to a certain width without having to set it everyrime I open the workbench and change it manually to every object. Same goes to poinys a...
by emills2
Sat Apr 20, 2024 9:07 pm
Forum: Python scripting and macros
Topic: Silk: a NURBS workbench
Replies: 340
Views: 78756

Re: Silk: a NURBS workbench

why do am I getting errors with one file but not with the other? how can I paste screenshots? Leg4=Part.LineSegment(p11,p12) <class 'Part.OCCError'>: Both points are equal 13:59:13 Recompute failed! Please check report view if i remember correctly, you have to draw the circle first, then the first ...
by emills2
Sat Apr 20, 2024 7:28 am
Forum: Python scripting and macros
Topic: Silk: a NURBS workbench
Replies: 340
Views: 78756

Re: Silk: a NURBS workbench

In order to compute a "controlpoly6 " it says 2 super node sketch can be used but I can't picture how it looks Could someone show me one pls? I never use them, so the workflow is not very deep. the 'super node' is just a node sketch with 1 extra line ControlPoly6__2N_00_02.PNG select both...
by emills2
Mon Apr 08, 2024 9:16 pm
Forum: Python scripting and macros
Topic: Silk: a NURBS workbench
Replies: 340
Views: 78756

Re: Silk: a NURBS workbench

the model in the last few posts was very distorted. this is on purpose to push the setup to its limits. The intended use case is more like shown below. All the sketches that control the structure were edited to work with each other instead of against each other. the top was made as uniform as possib...
by emills2
Mon Apr 08, 2024 6:14 am
Forum: Python scripting and macros
Topic: Silk: a NURBS workbench
Replies: 340
Views: 78756

Re: Silk: a NURBS workbench

Merge_Blend_02_30.png
Merge_Blend_02_30.png (194.65 KiB) Viewed 455 times
Merge_Blend_02_31.png
Merge_Blend_02_31.png (201.51 KiB) Viewed 455 times
by emills2
Mon Apr 08, 2024 6:13 am
Forum: Python scripting and macros
Topic: Silk: a NURBS workbench
Replies: 340
Views: 78756

Re: Silk: a NURBS workbench

more variations, and showing the independent underside (which is structured in the same way as the top.
Merge_Blend_02_23.png
Merge_Blend_02_23.png (205.79 KiB) Viewed 459 times
Merge_Blend_02_27.png
Merge_Blend_02_27.png (204.88 KiB) Viewed 459 times
Merge_Blend_02_25.png
Merge_Blend_02_25.png (202.1 KiB) Viewed 459 times
Merge_Blend_02_28.png
Merge_Blend_02_28.png (211.89 KiB) Viewed 459 times
Merge_Blend_02_29.png
Merge_Blend_02_29.png (213.37 KiB) Viewed 459 times
by emills2
Mon Apr 08, 2024 6:09 am
Forum: Python scripting and macros
Topic: Silk: a NURBS workbench
Replies: 340
Views: 78756

Re: Silk: a NURBS workbench

adjust blend segmentation points. note that the crease from back to front transitions to smooth entirely with the blend surface Merge_Blend_02_14.png adjust master layout sketches. this pushes the horizontal plane simple G1 beyond esthetics, but the blend regions hold out well Merge_Blend_02_15.png ...
by emills2
Mon Apr 08, 2024 6:03 am
Forum: Python scripting and macros
Topic: Silk: a NURBS workbench
Replies: 340
Views: 78756

Re: Silk: a NURBS workbench

new function: ControlGrid64_Surf44 new topology: start and stop a blend along the edge of a 4X4 surface. below: -the tip of the structure, close and left, has a single surface. it blends backwards into two surfaces. -the two surfaces in the back blend into each other -the blended structure does not ...