Search found 10 matches

by carlos.costacano
Wed Dec 13, 2023 3:54 am
Forum: Foro en Español
Topic: Dibujar tangenetes en Draft
Replies: 1
Views: 4109

Re: Dibujar tangenetes en Draft

Hola

Dibuja tu linea y tu circulo, despues selecciona las dos y buscas en contrains una que dice "constrain tangent" la linea se situara tangente al circulo
by carlos.costacano
Sun Jun 18, 2023 10:48 pm
Forum: Foro en Español
Topic: Usar objetos de Sketcher y Draft
Replies: 2
Views: 9770

Re: Usar objetos de Sketcher y Draft

Hola dehm Si tienes selecionada la linea creada en draft cuando creas un nuevo sketch, la aplicacion te pregunta si quieres que el nuevo sketch este referenciado a esa linea independientemente de esto cuando estas en cualquier sketch siempre puedes traer al sketch cualquier elemento con el boton &qu...
by carlos.costacano
Wed Apr 26, 2023 4:53 am
Forum: Foro en Español
Topic: Tamaño de Flecha en Teach Draw (resuelto)
Replies: 3
Views: 8673

Re: Tamaño de Flecha en Teach Draw

preferences---> Techdraw---> Dimensions---> Arrow Size

no se los nombres en castellano, espero que lo encuentres
by carlos.costacano
Wed Apr 19, 2023 4:46 am
Forum: Python scripting and macros
Topic: Showmainwindow not working in freecadcmd
Replies: 7
Views: 1404

Re: Showmainwindow not working in freecadcmd

thanks for the info

I have started the development of a workbench after not being able to solve it, I don't think I am going to try the other way for a while
by carlos.costacano
Fri Apr 07, 2023 8:29 pm
Forum: Python scripting and macros
Topic: implementing a QTimer in a workbench
Replies: 2
Views: 421

Re: implementing a QTimer in a workbench

oopss, what a rookie mistake

many thanks, working like a dream now
by carlos.costacano
Fri Apr 07, 2023 7:57 pm
Forum: Python scripting and macros
Topic: implementing a QTimer in a workbench
Replies: 2
Views: 421

implementing a QTimer in a workbench

Hi all, I have been looking in the forum, and only found old post without the answer I need I need to implement a QTimer in my workbench, I have simplified my code here import FreeCADGui from PySide import QtCore class Seeder: timer = QtCore.QTimer() def GetResources(self): return { "Pixmap&quo...
by carlos.costacano
Wed Mar 29, 2023 4:54 pm
Forum: Python scripting and macros
Topic: Showmainwindow not working in freecadcmd
Replies: 7
Views: 1404

Re: Showmainwindow not working in freecadcmd

I have been looking into this problem, looks like showMainWindow may work or not depending on the system and version because it is not intended to work in this way in freecadcmd I have seen other people trying this way, because it is a good way to develop a bigger app that uses FreeCAD in the backgr...
by carlos.costacano
Wed Mar 29, 2023 12:21 am
Forum: Python scripting and macros
Topic: Not starting GUI in Windows
Replies: 3
Views: 880

Re: Not starting GUI in Windows

heda wrote: Mon Jan 23, 2023 9:36 pm flip it, whatever you miss in fc-environment, put it in there - you can pip install anything you'd like (or compile to match if you prefer that)
would you explain how to pip install to use with FreeCADcmd

thanks in advance
by carlos.costacano
Tue Mar 28, 2023 5:42 pm
Forum: Python scripting and macros
Topic: Showmainwindow not working in freecadcmd
Replies: 7
Views: 1404

Re: Showmainwindow not working in freecadcmd

Log: WebEngineContext used before QtWebEngine::initialize() or OpenGL context creation failed. I do get this warning too but FreeCAD doesn't crash. Err: Exception while processing file: C://Development//Qt//mainwindow//test.py [Illegal storage access! Please save your work under a new file name and...
by carlos.costacano
Tue Mar 28, 2023 3:56 am
Forum: Python scripting and macros
Topic: Showmainwindow not working in freecadcmd
Replies: 7
Views: 1404

Showmainwindow not working in freecadcmd

Hello I have been playing around with FreeCAD for a while now, this time I don't know how to solve this problem my main goal is to automate certain tasks with FreeCAD, and I would like to use freeCADcmd, so I can make the calls from anywhere I want, but when I try to show the GUI with Gui.showMainWi...