Advertisement
danfalck

Untitled

Oct 22nd, 2011
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. object=App.ActiveDocument.addObject("Part::Feature","G1_")
  2. object.Shape=Part.makeLine((4.0 ,4.0 ,0.0 ),( 4.0 ,4.0 ,25))
  3. object.ViewObject.LineColor = (0.0,0.0,1.0)#blue
  4. object.ViewObject.LineWidth = 2.00
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement