Search found 115 matches

by m.cavallerin
Sun Mar 10, 2019 7:50 pm
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1847
Views: 446310

Re: Curves workbench

Hi,

What tool to close the end of a wing?
I tried to use Sweep2Rails, but it doesn't work.
Also Gordon can't be defined.



Can someone give me suggestion?

Thanks

Regards.
by m.cavallerin
Sat Mar 09, 2019 1:44 am
Forum: Python scripting and macros
Topic: Looping through x,y,z of a FreeCAD.Vector()
Replies: 2
Views: 312

[SOLVED] Re: Looping through x,y,z of a FreeCAD.Vector()

>>> v[0]
10.0
>>> for i in v:
... print i
...
10.0
20.0
30.0
Yes, thanks.

I knew it was trivial.

Regards
by m.cavallerin
Sat Mar 09, 2019 12:25 am
Forum: Python scripting and macros
Topic: Looping through x,y,z of a FreeCAD.Vector()
Replies: 2
Views: 312

Looping through x,y,z of a FreeCAD.Vector()

Hi, how can I loop through the x,y,z coordinate of a FreeCAD.Vector()? V1 = FreeCAD.Vector() Coord = 'xyz' #define iterator for coordinates for j in Coord: print (V1.j) output: Traceback (most recent call last): File "<input>", line 2, in <module> AttributeError: 'Base.Vector' object has n...
by m.cavallerin
Tue Mar 05, 2019 5:35 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1847
Views: 446310

Re: Curves workbench

Hi and thx, your hint as been of help. So I started to edit the s2rCommand class with following: class s2rCommand: def parseSel(self, selectionObject): birail = None profs = [] for obj in selectionObject: if hasattr(obj,"NormalizeBinormal") or hasattr(obj,"Orientation"): #if isin...
by m.cavallerin
Mon Mar 04, 2019 9:10 pm
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1847
Views: 446310

Re: Curves workbench

Hi, For my purposes, I choose to use sweep2Rails. I would like to automate the creation of surface by using seweep2Rails command + approximate points on Nurbs. Assuming I already got a selection (list) of elements: profiles and ruled surface,how can I use s2rCommand class from an external python scr...
by m.cavallerin
Sat Mar 02, 2019 3:40 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1847
Views: 446310

Re: Curves workbench

Hi,

it's just a Draft, but would it be of any help?

Regards.
by m.cavallerin
Sat Mar 02, 2019 2:42 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1847
Views: 446310

Re: Curves workbench

Hi and thanks.

I'll look for Gordon.

Michele
by m.cavallerin
Fri Mar 01, 2019 2:27 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1847
Views: 446310

Re: Curves workbench

Hi, thx for this WB. it's awesome. I have several questions: - what is the final goal of "make parametric solid" command? - on several given air foils profiles, in your opinion, is it better to use the pipeShell or the sweep profiles on 2 rails command? what are the main differences on usa...
by m.cavallerin
Fri Feb 22, 2019 9:12 pm
Forum: Assembly
Topic: Assembly3 preview
Replies: 2024
Views: 1447681

Re: Assembly3 preview

Hi realthunder, just a request, maybe already in development: is it possible to implement a sort of copy&paste aux function to replace two elements on a constrain? The reason is: as the tree structure after a bit of elements have been added it becomes too long, If you fail to add an element refe...
by m.cavallerin
Wed Feb 20, 2019 11:31 am
Forum: Help on using FreeCAD
Topic: Mirror feature of Body
Replies: 7
Views: 1127

Re: Mirror feature of Body

I attach my file, if someone want to investigate deeper. The middle part is missing in this file. Hi, the file uploaded has only two bodies. Once they're fused together, one of the external faces on Body "CILINDRO" is being corrupted . The middle element is visible if the step file is exp...