Python wall join type

Hey guys,

I’m trying to modify a python script on here that would disallow wall joins.

Disallow Wall Join

 

 

 

 

 

 

 

 

I’ve been trying to use LocationCurve.JointType to get it to work without much luck as I’m pretty new to python.

Miter Wall

 

Hi Jimmy,

That method is a bit more specific. You’ll need to use “get_JoinType()” and “set_JoinType()” to apply it successfully:

2015-07-15_12-02-31

Thanks Dimitar! Works perfectly