How do you rename a projected curve on creation?
Most features are automatically selected as they are created which allows me to use:
boolstatus = swModel.SelectedFeatureProperties(0, 0, 0, 0, 0, 0, 0, 1, 0, "New Name Here") to rename the newly created feature. but projected curves are not selected on creation so i need another option.
I wont know the name of the newly created curve because of the way SW keeps track of the curves created during the current session.
thanks in advance for your help!
Chris
SolidworksApi macros