I use a macro in which I work with a reference point that is selected on a spline.
I'd like to know the length of this spline.
It would therefore be necessary to be able to recover the reference entity of this reference point (the spline in this case), in order to recover its length.
Thank you for these links. I had already consulted several of them but being rather a beginner in the subject, I have trouble understanding their meaning.
If I have a reference point named swRefPtData positioned on a single spline, do you know if there is a property to make a code like this:
spline = swRefPtData.referenceentity
length = spline.length
I think I have been clear. And don't worry, I'll keep looking in your links in the meantime, but it's not easy yet my problem seems simple to me.