Search found 2566 matches

by Jee-Bee
Tue May 30, 2017 2:28 pm
Forum: Open discussion
Topic: Civil engineering feature implementation (Transportation Engineering)
Replies: 1277
Views: 233501

Re: Civil engineering feature implementation

Of course, it is always possible to define your objects directly in python. I can imagine a python Feature that uses two sketches to construct such 3D curve (from two orthogonal sketches), by for example adding the endpoint coordinates of segments of both sketches. There may even be some OCC functi...
by Jee-Bee
Tue May 30, 2017 11:03 am
Forum: Wiki
Topic: Wiki staging environment set up!
Replies: 26
Views: 5067

Re: Wiki staging environment set up!

I haven't read the hole post but as far as i scan everything it have to do with versions and documentation related to that.
What i personal like is the way numpy/etc works
https://docs.scipy.org/doc/scipy-0.17.1/reference/ and https://docs.scipy.org/doc/scipy-0.19.0/reference/
by Jee-Bee
Mon May 29, 2017 6:01 pm
Forum: UX/UI Design
Topic: Navigation Cube
Replies: 28
Views: 7733

Re: Navigation Cube

+1 on PR thanks!!
by Jee-Bee
Mon May 29, 2017 7:06 am
Forum: UX/UI Design
Topic: Navigation Cube
Replies: 28
Views: 7733

Re: Navigation Cube

But I'm trying to think about the next step because logically if the next step would be doing the menu with real widgets then implementing the first step with real widgets (as opposed to hand crafting the functionality) would also make sense as it would be a bit easier and cleaner. But that would r...
by Jee-Bee
Sun May 28, 2017 6:47 pm
Forum: Developers corner
Topic: Ticket #5559 - Splitting FreeCAD up in to smaller packages
Replies: 35
Views: 7658

Re: Splitting FreeCAD up in to smaller packages

what core is depends a lot on type of work done with FreeCAD. For me as mechanical Engineer is idd Part; Part Design; Techdraw and future Assembly. But for some other is Arch core... Point what stuck me and that stuck me either with self compiling is that i in this case miss some (relatively) import...
by Jee-Bee
Tue May 23, 2017 5:52 pm
Forum: Open discussion
Topic: Request for Greek letters like theta, phi with text annotations in Part scripting
Replies: 15
Views: 2767

Re: Request for Greek letters like theta, phi with text annotations in Part scripting

why not just type phi even matlab don't handle the greek symbols during coding.
by Jee-Bee
Tue May 23, 2017 4:11 pm
Forum: UX/UI Design
Topic: Complete Workbench :(
Replies: 26
Views: 6484

Re: Complete Workbench :(

yorik wrote:
wmayer wrote:Instead of removing it we can also move it to the list of deactivated workbenches
Ah that's a much better idea, indeed it could be deactivated by default.
As long as it exist is shall be used... i think deleting is a better option...
by Jee-Bee
Tue May 23, 2017 4:09 pm
Forum: Assembly
Topic: Links
Replies: 97
Views: 26315

Re: Links

triplus wrote:I guess Assembly 2 for FreeCAD 0.16 and Assembly 2 for FreeCAD 0.17+ could work for me. Hopefully somebody invests the effort to make it happen. ;)
@easyw-fc did it before maybe he is so nice to do it again ;)
by Jee-Bee
Tue May 23, 2017 6:55 am
Forum: Developers corner
Topic: Complete WB - placehoder for standalone commands
Replies: 2
Views: 1011

Re: Complete WB - placehoder for standalone commands

What do you mean with stand alone commands? Single commands that are use full everywhere? like drafts move and rotate or OpenSCADs refine shape? Or just someone who have an command but not a workbench or whatever... If the first i prefer that since it are FreeCAD plain functions create a single menu...
by Jee-Bee
Tue May 23, 2017 6:15 am
Forum: Python scripting and macros
Topic: Is there an easy built in trimming method for Part.makeLine()?
Replies: 4
Views: 757

Re: Is there an easy built in trimming method for Part.makeLine()?

if you use 0.17 ...
it is Part.makeLineSegment() or something like that...