Search found 11 matches

by pdr0663
Thu Sep 08, 2022 1:20 am
Forum: Help on using FreeCAD
Topic: Surface Filling - A Comprehensive Description (requested)
Replies: 1
Views: 376

Surface Filling - A Comprehensive Description (requested)

I am trying to use the Surface WB, particularly the Filling command. Thank you to the developer(s) of this WB, it's much appreciated. I'm struggling to get good results, and I'm hoping to find a more comprehensive description of the Filling command. I am using four boundary edges, and a number of &q...
by pdr0663
Wed Sep 07, 2022 6:10 am
Forum: Help on using FreeCAD
Topic: [Solved] Surface::Filling cannot use 3D edges?
Replies: 3
Views: 427

Re: Surface::Filling cannot use 3D edges?

Thanks for your reply. I have solved this one, it seems that a Draft::Polyline can't be used. I've changed to 3D bezier curves, and they are now selectable, thanks.

Paul
by pdr0663
Tue Sep 06, 2022 11:43 pm
Forum: Python scripting and macros
Topic: Identifying Sketch Entities for Applying Multiple Constraints
Replies: 3
Views: 556

Re: Identifying Sketch Entities for Applying Multiple Constraints

Sorry, there's one case that doesn't fix. I can see that you're creating lines using Part::LineSegment, and this works fine for line entities. What about points created by addExternal? This function doesn't return an entity object, it returns none. I guess that generalizing your example, entities fr...
by pdr0663
Tue Sep 06, 2022 5:42 am
Forum: Help on using FreeCAD
Topic: [Solved] Surface::Filling cannot use 3D edges?
Replies: 3
Views: 427

[Solved] Surface::Filling cannot use 3D edges?

I have an edge which is 3D, and was created as a polyline in the Draft WB. Is it ineligible for use as a boundary edge in Surface::Filling?

Paul
by pdr0663
Tue Sep 06, 2022 12:38 am
Forum: Python scripting and macros
Topic: Identifying Sketch Entities for Applying Multiple Constraints
Replies: 3
Views: 556

Identifying Sketch Entities for Applying Multiple Constraints

When creating features such as planes, sketches, bezier curves etc, the constructor for the feature returns the instance of the object, which allows the object to be referenced in future lines of code. It seems to me that sketch entities work differently. The addConstraint function requires the enti...
by pdr0663
Fri Jan 29, 2021 7:15 am
Forum: Install / Compile
Topic: 3Dconnexion Space Pilot - Rotation/Zoom Issues
Replies: 2
Views: 967

Re: 3Dconnexion Space Pilot - Rotation/Zoom Issues

Hi, I've managed to solve this myself. I found a reference on another post to customise->Spaceball. Have made changes and it works!

Thanks anyway...

Paul
by pdr0663
Fri Jan 29, 2021 5:13 am
Forum: Install / Compile
Topic: 3Dconnexion Space Pilot - Rotation/Zoom Issues
Replies: 2
Views: 967

3Dconnexion Space Pilot - Rotation/Zoom Issues

I pulled out my old SpacePilot with the aim of using it on FreeCAD. It's an older device, but one still supported (just) by an older driver. I've installed the driver, and it works fine on SketchUp (my other CAD system). I understand that this device works on FreeCAD using the 3Dmouse interface, and...
by pdr0663
Tue Dec 08, 2020 1:13 am
Forum: Help on using FreeCAD
Topic: Avoiding View Re-Orientation When Creating or Editing Sketch
Replies: 6
Views: 1881

Avoiding View Re-Orientation When Creating or Editing Sketch

I have a simple question.

When I create or edit a sketch, the view re-orientates to the sketch plane. I find this annoying, as I usually want to maintain the view to keep my visual orientation of the model.

Can I disable this behaviour? Ihave checked the settings but I can't seem to find it.

Paul
by pdr0663
Mon Dec 07, 2020 10:39 pm
Forum: Python scripting and macros
Topic: Navigating the FreeCAD Documentation for Scripting
Replies: 4
Views: 504

Re: Navigating the FreeCAD Documentation for Scripting

@Chris_G, thank you so much for your detailed reply.

I'll focus on the Part module then for the time being.

Paul