My first attempt at C# for Revit: I would like to recreate the MTP command (Locates the midpoint between two points) from AutoCAD into Revit. The command functions by entering MTP and then the user selects a first point then a second point. Then the start point of a line is created midway between the two selected points. So my question begins with, is this even possible? The next question is would this also be possible within the sketch mode?
My first attempt at C# for Revit: I would like to recreate the MTP command (Locates the midpoint between two points) from AutoCAD into Revit. The command functions by entering MTP and then the user selects a first point then a second point. Then the start point of a line is created midway between the two selected points. So my question begins with, is this even possible? The next question is would this also be possible within the sketch mode?
Dear Mike,
Please try as hard as you can to completely forget all you know about CAD programming and AutoCAD.
Get acquainted with the Revit product from a user point of view before thinking about anything else.
http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.41
Cheers,
Jeremy
Dear Mike,
Please try as hard as you can to completely forget all you know about CAD programming and AutoCAD.
Get acquainted with the Revit product from a user point of view before thinking about anything else.
http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.41
Cheers,
Jeremy
Can't find what you're looking for? Ask the community or share your knowledge.