Search found 8420 matches

by Roy_043
Wed Apr 24, 2024 8:06 pm
Forum: Help on using FreeCAD
Topic: Polar Array Holes wrong size
Replies: 2
Views: 70

Re: Polar Array Holes wrong size

You should not use Draft tools to array a feature of a Body. Use PartDesign_PolarPattern instead.
by Roy_043
Wed Apr 24, 2024 7:15 pm
Forum: Material
Topic: Python examples for ShapeAppearance property?
Replies: 3
Views: 121

Re: Python examples for ShapeAppearance property?

App.Material() now returns a material with colors etc. that do not match the current user preferences. Maybe that should change?
by Roy_043
Wed Apr 24, 2024 4:55 pm
Forum: Material
Topic: Python examples for ShapeAppearance property?
Replies: 3
Views: 121

Re: Python examples for ShapeAppearance property?

To answer my own question:

Code: Select all

vobj.ShapeAppearance = (App.Material(), )
by Roy_043
Wed Apr 24, 2024 3:40 pm
Forum: Material
Topic: Python examples for ShapeAppearance property?
Replies: 3
Views: 121

Python examples for ShapeAppearance property?

Are there any examples of how to add an App::PropertyMaterialList property to a feature Python object? vobj.addProperty("App::PropertyMaterialList", "ShapeAppearance", "Layer", "tip") Creates an empty list without a Material object (ShapeAppearance can then no...
by Roy_043
Wed Apr 24, 2024 11:58 am
Forum: Help on using FreeCAD
Topic: Adding an element to an IGES-source solid
Replies: 1
Views: 113

Re: Adding an element to an IGES-source solid

Try using Part_Builder to 1st create a shell from the faces, and then a solid from the shell.
by Roy_043
Wed Apr 24, 2024 5:53 am
Forum: UX/UI Design
Topic: FreeCAD Logo Gallery - Please read the first post!
Replies: 50
Views: 160573

Re: FreeCAD Logo Gallery - Please read the first post!

I have unpinned this topic.
by Roy_043
Tue Apr 23, 2024 7:48 pm
Forum: Draft, Arch & BIM
Topic: Wall Placement Weirdness
Replies: 1
Views: 86

Re: Wall Placement Weirdness

Check the position of the WallTrace sketches.

Most:
X = 1683,08 mm
Y = -1000,48 mm
Z = 2991,92 mm

WallTrace005:
X = 10,00 m
Y = 0 mm
Z = 3000,00 mm

It seems that you are not fully aware of the position of the working plane. Or is the Z of 2991,92 mm deliberate?
by Roy_043
Tue Apr 23, 2024 1:52 pm
Forum: Help on using FreeCAD
Topic: question about fillet...
Replies: 14
Views: 468

Re: question about fillet...

From the description I conclude that the contour of the pocket sketch matches the area you want to preserve. But you should create the contour of what you want to remove. The bigger question is: why do you create a pattern (not sure if you have used a linear pattern, but I hope so) of a rectangular ...
by Roy_043
Tue Apr 23, 2024 7:17 am
Forum: Help on using FreeCAD
Topic: Fusion not working fully/properly?
Replies: 36
Views: 1234

Re: Fusion not working fully/properly?

@intufreecad Off topic: which software do you use to add the texts and the circled numbers to your images?