sub-obj binder node addition

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
JussyAD
Posts: 377
Joined: Tue Apr 20, 2021 4:30 pm

sub-obj binder node addition

Post by JussyAD »

Hi
How can I add nodes to a sub-object shapebinder line? Say I have one line and now I want to divide it into 3 segments...??
JussyAD
Posts: 377
Joined: Tue Apr 20, 2021 4:30 pm

Re: sub-obj binder node addition

Post by JussyAD »

OS: Windows 8.1 Version 6.3 (Build 9600)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24291 (Git)
Build type: Release
Branch: releases/FreeCAD-0-19
Hash: 7b5e18a0759de778b74d3a5c17eba9cb815035ac
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.5.0
Locale: English/South Africa (en_ZA)
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

Re: sub-obj binder node addition

Post by kisolre »

Draw three connected edges over it, make them tangent( collinear) to that edge, make them equal.
chrisb
Veteran
Posts: 54273
Joined: Tue Mar 17, 2015 9:14 am

Re: sub-obj binder node addition

Post by chrisb »

JussyAD wrote: Tue Jan 11, 2022 10:16 pm How can I add nodes to a sub-object shapebinder line? Say I have one line and now I want to divide it into 3 segments...??
You cannot edit the ShapeBinders, only their source objects. But you can add a sketch and reference an edge of the ShapeBinder. Create three collinear lines of equal length and make start and end coincident with the endpoints of the external reference.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
TheMarkster
Veteran
Posts: 5513
Joined: Thu Apr 05, 2018 1:53 am

Re: sub-obj binder node addition

Post by TheMarkster »

You could use a SplitCurve from Curves workbench and set the values to [33.3%,66.7%]. Edit the body's Group property to also include the SplitCurve object. Then if desired you can make another SubShapeBinder with the SplitCurve.
Snip macro screenshot-c78dbc.png
Snip macro screenshot-c78dbc.png (170.46 KiB) Viewed 773 times
JussyAD
Posts: 377
Joined: Tue Apr 20, 2021 4:30 pm

Re: sub-obj binder node addition

Post by JussyAD »

I appreciate the help. Many thanks
Post Reply