Tag: .NET ARX C++ Curve entity length AutoCAD
-
How to calculate the length of an entity in ObjectArx/.NET
By Gopinath Taget You can use the getStartParam() and getEndParam() to obtain the start and end parameters of the Curve based entity and then use GetDistanceAtParameter() method to get the length of the Spline. Please find the code below which will calculate the Length of the Spline. Acad::ErrorStatus es; ads_name ename; ads_point pt; if (RTNORM…

You must be logged in to post a comment.