Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Related to this topic:
Please explain how to obtain the invTess value?
Also, how do you calculate the step size for an Assembly?
invTess basically maps user input [0;1] back to [0;1] with a curve that gives more fine control towards the top of the scale. I went back and forth with it and ended up with something like invTess = 1 + 0.2*log(userInput).
I don't set the step size. All control is through chord height, simply because I haven't been able to work out exactly how Creo uses the other parameters. It's adequate for most models.