Search found 18 matches

by Alexandr Parkhomenko
Mon Mar 11, 2019 8:35 pm
Forum: Path/CAM
Topic: Using Path with external CAD
Replies: 10
Views: 2139

Re: Using Path with external CAD

Here answer about external geometry.
https://dev.opencascade.org/doc/overvie ... __xde.html
by Alexandr Parkhomenko
Mon Mar 11, 2019 8:20 pm
Forum: Path/CAM
Topic: Using Path with external CAD
Replies: 10
Views: 2139

Re: Using Path with external CAD

Guten Abend, chrisb 3th party OCC can work with Projections. It may use mouse event. DRAWEXE Draw[1]> Draw[2]> source /usr/share/opencascade/samples/tcl/bottle.tcl Constructing bottle body... Constructing threading... Putting together and writing "Open CASCADE"... Showing result... Draw[3]...
by Alexandr Parkhomenko
Sun Mar 10, 2019 12:14 pm
Forum: Path/CAM
Topic: Using Path with external CAD
Replies: 10
Views: 2139

Re: Using Path with external CAD

chrisb wrote: Mon Mar 04, 2019 8:56 pm STEP file
Why is internal format BREP?
How make Sketch like Épure (Monge's diagram) ?
Image
by Alexandr Parkhomenko
Sun Mar 10, 2019 11:28 am
Forum: Archived Pull Requests
Topic: PR: #2009 BeamCut Toolpath
Replies: 4
Views: 2201

Re: PR: #2009 BeamCut Toolpath

Thanks. Interesting.
This is mod PathDeburr.py
I am not work now with plasma or laser.
# Qt tanslation #//Need R!
Why you hold "Depth" in code?
by Alexandr Parkhomenko
Mon Mar 04, 2019 9:11 pm
Forum: Форум на русском языке
Topic: FreeCAD закрывается при запуске
Replies: 11
Views: 8740

Re: FreeCAD закрывается при запуске

Совет обновиться на версию с python3 & qt5. Парни реально много баг пофиксили.
by Alexandr Parkhomenko
Mon Mar 04, 2019 9:07 pm
Forum: Форум на русском языке
Topic: Баг экспорта в STEP
Replies: 1
Views: 1391

Re: Баг экспорта в STEP

Все ссылки не открываются.
by Alexandr Parkhomenko
Mon Mar 04, 2019 9:04 pm
Forum: Форум на русском языке
Topic: Ошибка импорта из step
Replies: 1
Views: 1397

Re: Ошибка импорта из step

Билядь (это вводное слово). Соберите с питоном 3. Второй питон не умеет кириллицу.
by Alexandr Parkhomenko
Mon Mar 04, 2019 9:01 pm
Forum: Форум на русском языке
Topic: Для чего вы используете FreeCAD?
Replies: 29
Views: 20975

Re: Для чего вы используете FreeCAD?

Gryzun wrote: Sun Jan 27, 2019 2:57 pm Но...имеется огромное желание освоить FreeCad для создания мебели для дома и некоторых приспособлений для столярной мастерской
With CNC? Take you any model and make 3D Pocket! Perfect. Сорян за инглиш. Фрикаделька хороший быстрый инструмент для набросков.
by Alexandr Parkhomenko
Mon Mar 04, 2019 7:30 pm
Forum: Path/CAM
Topic: 2D improvement
Replies: 9
Views: 1517

Re: 2D improvement

https://github.com/FreeCAD/FreeCAD/blob/3ca714670fb70ed76760dbe5f3c505d86a784375/src/Mod/Path/App/Area.cpp#L3265 // see this function: void Area::toPath(Toolpath &path, const std::list<TopoDS_Shape> &shapes, const gp_Pnt *_pstart, gp_Pnt *pend, PARAM_ARGS(PARAM_FARG,AREA_PARAMS_PATH)) ... Mi...
by Alexandr Parkhomenko
Mon Mar 04, 2019 7:12 pm
Forum: Path/CAM
Topic: 2D improvement
Replies: 9
Views: 1517

Re: 2D improvement

Local step file in attachments. (Open snowflake.FCStd > Export Sketch as STEP) ... case GeomAbs_Line: { cout << "Line" << endl; gp_Pnt a, b; a = curve.Value(curve.FirstParameter()); b = curve.Value(curve.LastParameter()); cout << " X" << a.X() << " Y" << a.Y() << "...