Search found 7851 matches

by DeepSOIC
Sun Dec 10, 2023 8:10 pm
Forum: Python scripting and macros
Topic: Lattice workbench [updated Polar Array]
Replies: 143
Views: 42557

Re: Lattice workbench [updated Polar Array]

Vincent B wrote: Sun Dec 10, 2023 7:38 pm ...
thanks, will test later. Added as issue 76.
by DeepSOIC
Sat Aug 12, 2023 11:50 am
Forum: Форум на русском языке
Topic: Разборочные верстаки
Replies: 4
Views: 6360

Re: Разборочные верстаки

Моя Lattice2 такое умеет, но в отношении Assembly3 - может быть не сможет. В целом процедура такая: 1. Лепим самолётик (Attached placement) на деталь. 2. Ставим другой самолётик (Single Placement - Custom) на плоскость XY 3. выделяем деталь, первый самолётик, второй самолётик, и Populate with copies...
by DeepSOIC
Wed Jun 14, 2023 12:59 pm
Forum: Help on using FreeCAD
Topic: Lattice2 Linear array on curved edge
Replies: 2
Views: 1043

Re: Lattice2 Linear array on curved edge

use a polar array ;)
by DeepSOIC
Mon Jun 12, 2023 12:05 pm
Forum: Help on using FreeCAD
Topic: Draft LinkArray LinkTransform causes inconsistency between visuals and shape
Replies: 0
Views: 2309

Draft LinkArray LinkTransform causes inconsistency between visuals and shape

Hi! 1. create Part Cube and set some nonzero placement to it 2. Select Cube, apply Draft Array (the "ortho" one). Tick "Link Array" in the task dialog. 3. edit LinkTransform property to True -> the placement of Cube is now applied twice, which is just plain nonsense. -> if you ma...
by DeepSOIC
Fri Jun 02, 2023 9:59 am
Forum: Help on using FreeCAD
Topic: Lattice2 AttachedPlacement Error
Replies: 3
Views: 994

Re: Lattice2 AttachedPlacement Error

i don't know what's wrong, can you please share your project?
by DeepSOIC
Thu Mar 30, 2023 9:57 pm
Forum: Python scripting and macros
Topic: Selection bug: selected object missing in getSelection()/getSelectionEx
Replies: 10
Views: 2416

Re: Selection bug: selected object missing in getSelection()/getSelectionEx

Okay, i'm really not yet into the new realthundery stuff in FreeCAD. I'm an old-fart :mrgreen:, i still live in the universe where if FreeCAD shows Cube under Cut in tree, it doesn't at all mean that the Cube is consumed or owned by Cut. But can anyone give me some clues, what's the idea behind Cube...
by DeepSOIC
Wed Mar 29, 2023 10:12 pm
Forum: Python scripting and macros
Topic: Selection bug: selected object missing in getSelection()/getSelectionEx
Replies: 10
Views: 2416

Re: Selection bug: selected object missing in getSelection()/getSelectionEx

the Selection is simplified because Cube (as an object) is fully included (consumed) in Cut. First, no, the cube is not fully included in Cut, i'd even go as far as to say, cube has nothing to do with cut, apart from Cut using Cube's shape somehow. (Part Mirror is a nice example, and it is prone to...