Search found 4674 matches

by mario52
Tue Jan 17, 2017 11:51 am
Forum: Forum in Deutsch
Topic: Spiralbohrer
Replies: 22
Views: 6913

Re: Spiralbohrer

hi
with Draft is Ok
i try with your file à tantôt

mario
by mario52
Tue Jan 17, 2017 10:28 am
Forum: Forum in Deutsch
Topic: Spiralbohrer
Replies: 22
Views: 6913

Re: Spiralbohrer

Hi try this macro 1: select the path 2: select the object to align 3: run the macro import Draft, Part try: sel = FreeCADGui.Selection.getSelection() # Select an object lineSelected = sel[0] # first object the Path myCircle = sel[1] # second object pointsDirection = [] pointsDirection = lineSelected...
by mario52
Sat Jan 14, 2017 12:27 pm
Forum: Forum français
Topic: [Résolu] Plusieurs pièces dans un seul document freecad?
Replies: 8
Views: 3967

Re: [Résolu] Plusieurs pièces dans un seul document freecad?

Bonjour
vous pouvez aussi utiliser des macros

placement de pièces Macro_Center_Align_Objects_with_Faces_or_Edges
placement et utilitaire multiple Macro_WorkFeatures
placement de pièces flamingo

mario
by mario52
Wed Jan 11, 2017 11:25 am
Forum: Forum français
Topic: Vues interrompues
Replies: 5
Views: 1171

Re: Vues interrompues

Bonjour pour des lignes spéciales vous pouvez essayer cette macro Macro_FC_Convert_Lines tout est paramétrable, ne modifie pas le dessin d'origine vous pouvez sauver sur disque chaque paramètre pour une ligne donnée exemples de lignes http://www.freecadweb.org/wiki/images/thumb/2/2d/Macro_FCConvertL...
by mario52
Tue Jan 10, 2017 8:15 pm
Forum: Forum français
Topic: Centre ellipse, cylindre et angle
Replies: 6
Views: 2113

Re: Centre ellipse, cylindre et angle

Bonjour
utilisez cette macro utilitaire multiple Macro_WorkFeatures pour créer le centre des cercles, des axes et bien d'autres choses

mario
by mario52
Tue Jan 10, 2017 7:50 pm
Forum: Python scripting and macros
Topic: an other Alignment Tool for Placing Parts
Replies: 13
Views: 5129

Re: an other Alignment Tool for Placing Parts

hi
ComboView > View > Draft > Arrow... or attach one cone

mario
by mario52
Tue Jan 10, 2017 6:19 pm
Forum: Python scripting and macros
Topic: Same parameter for different objects
Replies: 1
Views: 616

Re: Same parameter for different objects

hi try doc = App.activeDocument() objs = FreeCAD.ActiveDocument.Objects for obj in objs: # print obj.Name # print obj.Label if obj.Label[0:4] == "Text": print obj.Label," ",App.ActiveDocument.getObject(obj.Label).ViewObject.FontSize App.ActiveDocument.getObject(obj.Label).ViewObj...
by mario52
Tue Jan 10, 2017 5:05 pm
Forum: Python scripting and macros
Topic: an other Alignment Tool for Placing Parts
Replies: 13
Views: 5129

Re: an other Alignment Tool for Placing Parts

hi easyw-fc but I must confess that I envy a bit that interface try Macro_FCSpring_Helix_Variable (new version) and see this section http://www.freecadweb.org/wiki/images/6/64/Macro_FCSpring_Helix_Variable_02_2.png principe: 1: create axis to center > center circles 2: discretize the axis (my macro ...
by mario52
Fri Dec 30, 2016 1:59 pm
Forum: Help on using FreeCAD
Topic: Nurbs editor
Replies: 250
Views: 74749

Re: Nurbs editor

hi microelly2
thanks sorry for the late reply

mario
by mario52
Fri Dec 30, 2016 1:10 pm
Forum: Forum in Deutsch
Topic: Neuvorstellung und auch schon erstes Problem
Replies: 23
Views: 5388

Re: Neuvorstellung und auch schon erstes Problem

hi
here example video FreeCAD Macro FCSpring & Bolt with the macro Macro_FCSpring_Helix_Variable (1 wire unique)

mario