VBA
Discuss AutoCAD ActiveX and VBA (Visual Basic for Applications) questions here.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Reply
Message 1 of 4
thavasi1982
282 Views, 3 Replies

Trim

How to trim the object using VB coding

 

 

 

STM

3 REPLIES 3
Message 2 of 4
truss_85
in reply to: thavasi1982

There is no specific code for trimming.

You can use send command to trim object.

Message 3 of 4
thavasi1982
in reply to: thavasi1982

Thanks for your reply.

 

How to use sendcommand for crossing option as the crossing option does not accept co-ordinates. Instead it asks to pick a point on screen.I have attached a drawing, I have tried many ways to get the final output as you seen in the drawing but i cannot.

 

 

STM

 

Message 4 of 4

Maybe an idea to get the objects, try to .IntersectWith and manually replace the last coordinate with the InterSect-Point? The last coordinate can be determined by the Clicked Points (I think you use GenEntity?)

 

Util..getentity Object1, PickPoint1

Util..getentity Object2, PickPoint2

 

IntersectPoint=object1.IntersectWith (Object2,acExtendNone)

 

IntersectPoint( [0-2] ) has the coordinates...

 

Peter

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost