add line object to block

add line object to block

sgrya1
Advocate Advocate
833 Views
1 Reply
Message 1 of 2

add line object to block

sgrya1
Advocate
Advocate
Is there a simple way to add a line object to a block rather than defining points beforehand?
ie.
blockObj.AddLine( Point(-100,0,0), Point(100,0,0))
0 Likes
834 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
if your point function returned the right value that should work
how is that function defined?

wrote in message news:6401701@discussion.autodesk.com...
Is there a simple way to add a line object to a block rather than defining
points beforehand?
ie.
blockObj.AddLine( Point(-100,0,0), Point(100,0,0))
0 Likes