Search found 52 matches

by vectronic
Wed Nov 03, 2021 12:00 pm
Forum: Help on using FreeCAD
Topic: #6281 - Issue with Linear Pattern in the PD wb when replicating an Additive Pipe based on an elliptical path
Replies: 14
Views: 2539

Re: Issue with Linear Pattern in the Part Design workbench

As always, I am amazed with how helpful people are on this forum, thank you all! You should put your file (like you picture) inside the forum. You can follow then how many time it's downloaded. Thanks for the info. I had defaulted to start hosting model files elsewhere as when I include render workb...
by vectronic
Tue Nov 02, 2021 11:19 am
Forum: Help on using FreeCAD
Topic: #6281 - Issue with Linear Pattern in the PD wb when replicating an Additive Pipe based on an elliptical path
Replies: 14
Views: 2539

#6281 - Issue with Linear Pattern in the PD wb when replicating an Additive Pipe based on an elliptical path

Hello all, I am trying to resolve an issue with using Linear Pattern in the Part Design workbench. If you look at the image below, the pin on this block is replicated using Linear Pattern. You can see that the flange on the left pin is not rendered correctly on the right pin. (The edges of the flang...
by vectronic
Tue Oct 05, 2021 11:01 am
Forum: Help on using FreeCAD
Topic: Issue with rendering Assembly4 model in FreeCAD Render Workbench
Replies: 1
Views: 1140

Re: Issue with rendering Assembly4 model in FreeCAD Render Workbench

For anyone interested, I also asked the question here and resolved the issue:

https://github.com/FreeCAD/FreeCAD-render/issues/151

Thanks to all.
by vectronic
Tue Sep 28, 2021 10:06 am
Forum: Help on using FreeCAD
Topic: Issue with rendering Assembly4 model in FreeCAD Render Workbench
Replies: 1
Views: 1140

Issue with rendering Assembly4 model in FreeCAD Render Workbench

Hi All, I have previously successfully rendered an assembly4 model using the render workbench with cycles: Screenshot 2021-09-28 at 10.49.40.png I now have a new assembly4 model and am failing to get it to render correctly: Screenshot 2021-09-28 at 10.39.23.png As you can see the bottom half of the ...
by vectronic
Fri Aug 27, 2021 9:21 am
Forum: Python scripting and macros
Topic: Behaviour of Object.Tip with PartDesign LinearPattern
Replies: 6
Views: 1349

Re: Behaviour of Object.Tip with PartDesign LinearPattern

Thanks to the response from @kisolre I had a look at the test code for "PartDesign::LinearPattern" here: https://github.com/FreeCAD/FreeCAD/blob/5d49bf78de785a536f941f1a6d06d432582a95d3/src/Mod/PartDesign/PartDesignTests/TestLinearPattern.py#L122-L137 It was slightly different to the code ...
by vectronic
Thu Aug 26, 2021 3:14 pm
Forum: Python scripting and macros
Topic: Behaviour of Object.Tip with PartDesign LinearPattern
Replies: 6
Views: 1349

Re: Behaviour of Object.Tip with PartDesign LinearPattern

@kisolre Thanks for your response. "Tip is not necessarily the last object in the tree. Otherwise there will be no point of its existence." => If Tip does not point to the last feature in the body, what does Tip represent? => Your answer makes me think I need to look into whether I can acc...
by vectronic
Thu Aug 26, 2021 9:53 am
Forum: Python scripting and macros
Topic: Behaviour of Object.Tip with PartDesign LinearPattern
Replies: 6
Views: 1349

Behaviour of Object.Tip with PartDesign LinearPattern

Hello, I've been working on a python macro to produce the model in the following screenshot: actual.png I have been relying on the following to set the "last" PartDesign item in the body as the visible item in the GUI: brickObject.Tip.ViewObject.Visibility = True This has worked well until...
by vectronic
Sun Mar 28, 2021 9:34 pm
Forum: Help on using FreeCAD
Topic: New Render Workbench and Cycles renderer - help on output, possible bug and query on filesize
Replies: 129
Views: 24796

Re: New Render Workbench and Cycles renderer - help on output, possible bug and query on filesize

@howetuft

Works well - thanks for all of your efforts!

This is a render of an Assembly v4 workbench model.
bricks.png
bricks.png (279.51 KiB) Viewed 2313 times
by vectronic
Sat Mar 06, 2021 4:04 pm
Forum: Help on using FreeCAD
Topic: New Render Workbench and Cycles renderer - help on output, possible bug and query on filesize
Replies: 129
Views: 24796

Re: New Render Workbench and Cycles renderer - help on output, possible bug and query on filesize

@howetuft Thanks for all your efforts. I will follow your efforts and find some time to go bleeding edge with 0.20 from git main and see if I can multiple colours happening.