Search found 26 matches

by YCStone_
Wed Nov 16, 2016 1:44 am
Forum: Help on using FreeCAD
Topic: Exploded assembly animation
Replies: 59
Views: 38729

Re: Exploded assembly animation

Thanks, in the meantime I figured that out However I'm not sure why it is counted from the end, rather than from the beginning. Anyways, I wrote a function that asks for the start index, end index and the number of animations, and calls your function with the correct parameters. And to show my appr...
by YCStone_
Wed Aug 17, 2016 6:16 am
Forum: Help on using FreeCAD
Topic: reiterate support of freecad 0.16 version for dimensioning
Replies: 3
Views: 1505

reiterate support of freecad 0.16 version for dimensioning

Hello, I would like to reiterate since 0.17 is not fully delivered for production, we us here are still using 0.16 for our bread and butter work, Please help us to solve the following issue: 1. the drawing dashed line is not configured to be changed, for example , we want it to have a clear size, wh...
by YCStone_
Thu Jul 28, 2016 1:04 am
Forum: Developers corner
Topic: Drawing dimensioning workbench for FreeCAD v0.15
Replies: 89
Views: 52893

Re: Drawing dimensioning workbench for FreeCAD v0.15

hamish has stop supporting drawing dimensioning workbench due to lack of time, i think.... the best drawing tools we have right now is of hamish DD wb, without the upgrade. i am using this too but for freecad 0.17 there is a new tool fully integrated with freecad, TechDraw but is to be available in ...
by YCStone_
Wed Jul 06, 2016 11:34 am
Forum: Help on using FreeCAD
Topic: FreeCAD model does not work upon revision
Replies: 9
Views: 2283

Re: FreeCAD model does not work upon revision

thanks for all the reply pls find the attached file i got a problem file: problem_try_to_pocket_the_sketch.fcstd where i have a box. then i cut a curve from the box using sketch(1st sketch), then i cut again the box again on the other using another sketch(2nd sketch). i like the sketch because it pe...
by YCStone_
Wed Jul 06, 2016 11:20 am
Forum: Help on using FreeCAD
Topic: FreeCAD model does not work upon revision
Replies: 9
Views: 2283

Re: FreeCAD model does not work upon revision

thanks for the reply The FreeCAD .fcstd file will help us see what exactly is going on, but I also suspect that your problem is because changing the curve changes the number of faces and edges (that's the topological naming that NormandC mentioned). you are definitely correct i change the number of ...
by YCStone_
Tue Jul 05, 2016 12:13 pm
Forum: Help on using FreeCAD
Topic: FreeCAD model does not work upon revision
Replies: 9
Views: 2283

FreeCAD model does not work upon revision

hello, i would like to ask some help why in the modelization in FreeCAD , it is very hard to modify the objects for example i have an object which has surface curve on both sides of the rectangular box, when i tried to make modification on the surface curve , for example the radius of the curve, all...
by YCStone_
Tue Jun 28, 2016 1:37 am
Forum: Help on using FreeCAD
Topic: origin changed after a cut from a utilility to sweep
Replies: 4
Views: 1255

Re: origin changed after a cut from a utilility to sweep

sorry the code above is unrecognizable wo the indent, here again if '03' in obj[0].Name: if len(obj)==3: v1o=obj[0].Shape.BoundBox.getPoint(4) #_03 backcurve v1e=obj[0].Shape.BoundBox.getPoint(2) #_03 v2o=obj[1].Shape.BoundBox.getPoint(4) #_02l v2e=obj[1].Shape.BoundBox.getPoint(2) #_02l v3o=obj[2]....
by YCStone_
Tue Jun 28, 2016 1:34 am
Forum: Help on using FreeCAD
Topic: origin changed after a cut from a utilility to sweep
Replies: 4
Views: 1255

Re: origin changed after a cut from a utilility to sweep

Hi! Am I correct with understanding what you complain about: * Placement of Clone of Box is nonzero * you expected Placement of Cut to be nonzero, but it is zero This is by design. There are quite a lot of people complaining it makes it hard (almost impossible) to move parts as a whole, together wi...
by YCStone_
Mon Jun 27, 2016 12:14 pm
Forum: Help on using FreeCAD
Topic: Drawing Dimensioning
Replies: 17
Views: 4313

Re: Drawing Dimensioning

hi with Vcad (VectorCad) http://www.vectorcam.com/ (my version 1.0 June 1993) (Does not work with Windows 10) images but it is easy to make a macro (here an example just an example to play and see !!) create a box and run # -*- coding: utf-8 -*- from __future__ import unicode_literals import FreeCA...
by YCStone_
Mon Jun 27, 2016 12:03 pm
Forum: Help on using FreeCAD
Topic: origin changed after a cut from a utilility to sweep
Replies: 4
Views: 1255

Re: origin changed after a cut from a utilility to sweep

my freecad settings below: OS: Ubuntu 15.10 Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.16.6703 (Git) Build type: None Branch: releases/FreeCAD-0-16 Hash: 2ce5c8d2e3020d05005ed71f710e09e9aa561f40 Python version: 2.7.10 Qt version: 4.8.6 Coin version: 4.0.0a OCC version: 6.8.0.oce...