Search found 469 matches

by mariwan
Wed Jan 05, 2022 8:45 pm
Forum: Part Design module development
Topic: [Behaviour suggestions] New sketch plane selection
Replies: 41
Views: 11009

Re: [Behaviour suggestions] New sketch plane selection

As always, ok I will delete it .. never pass anything.
It is my fault I see you FreeCAD as my family and talk here. Last post ever.
by mariwan
Wed Jan 05, 2022 7:58 pm
Forum: Open discussion
Topic: Anyone has Opencascade API documentation in pdf?
Replies: 3
Views: 1948

Re: Anyone has Opencascade API documentation in pdf?

I googled "opencascade documentation pdf" and found this: https://documentation.help/Open-Cascade/documentation.pdf It looks like it's for 7.2.0 and the latest is 7.7.0 -- so a little old. Great, thank you very much. This help me now and for the newer version we will see. Thanks you again.
by mariwan
Mon Jan 03, 2022 7:37 pm
Forum: Open discussion
Topic: Anyone has Opencascade API documentation in pdf?
Replies: 3
Views: 1948

Anyone has Opencascade API documentation in pdf?

I need to have the documentation in PDF so search is easier and quicker.
Their home site says that you have to generate it and I don't want to download 1Ton program to generate just that pdf.
I appreciate if anyone konw where I can find or has it so I can get it.
Thanks.
by mariwan
Mon Jan 03, 2022 6:16 pm
Forum: Open discussion
Topic: reverse engineering a face and recreating it with diff values
Replies: 3
Views: 1469

Re: reverse engineering a face and recreating it with diff values

It is time to understand all these API:s :roll: 1. 'Area' 86. 'extrude' 2. 'BoundBox' 87. 'findPlane' 3. 'CenterOfGravity' 88. 'fix' 4. 'CenterOfMass' 89. 'fixTolerance' 5. 'CompSolids' 90. 'fuse' 6. 'Compounds' 91. 'generalFuse' 7. 'Content' 92. 'getAllDerivedFrom' 8. 'Edges' 93. 'getElement' 9. 'F...
by mariwan
Sun Jan 02, 2022 7:53 pm
Forum: Open discussion
Topic: reverse engineering a face and recreating it with diff values
Replies: 3
Views: 1469

reverse engineering a face and recreating it with diff values

One of the biggest challenges is to recreate a face in a way that is what the tool(s) are targeting. If I have the face, I can do all kind of operations. To do that you have to treat all kind of faces. planar, curved, mixed, ..etc. I will start to think about making a huge class that should treat th...
by mariwan
Sat Jan 01, 2022 7:02 pm
Forum: Developers corner
Topic: Thinking about standardizing the API on all objects.
Replies: 4
Views: 1576

Re: Thinking about standardizing the API on all objects.

Roy_043 wrote: Sat Jan 01, 2022 6:57 pm CenterOfMass is missing because the Shape contains several solids.
normalAt is missing because it is not a face or an edge.
But I think I am trying to get that for the surface .. not the whole object
by mariwan
Sat Jan 01, 2022 5:59 pm
Forum: Developers corner
Topic: Thinking about standardizing the API on all objects.
Replies: 4
Views: 1576

Re: Thinking about standardizing the API on all objects.

See how this shape fails in retrieving information that is found on other shapes. CenterOfMass, normalAt, ..etc all these are missing .. reason? Don't know really. The difficulty comes when you don't know when and why that is happening. I need to make many if to just fix that API issue. Standardizin...
by mariwan
Fri Dec 31, 2021 4:50 pm
Forum: Open discussion
Topic: Python & C++
Replies: 58
Views: 12913

Re: Python & C++

What I read before, FreeCAD cannot have any multi-threading due to OCC. Single-thread means you are not using computer's capability at all.

Coin3D is old also. So, Might be also a source of trouble.