@cshea wrote:
vbscript:
I would like to make a make a copy of a curve (basecurve) and perform transform methods to this copy (newCurve) without changing the original basecurve.
because curve is a class, any changes i make to the newCurve changes the baseCurve which is not what I want.
how can I overcome this?
Posts: 2
Participants: 2