@ivelin.peychev wrote:
Why are there two
PerformUnrollmethods in the api?
What does that mean?
using one or the other based on the arguments passed or that it accepts them all. But then again, why are they not brought together in the API as
PerformUnroll(List<Brep>,List<Curve>,List<Point3d>,List<TextDot>)?But what is the difference between the notations
List<Brep>andCurve[]aren’t they both lists? Why aren’t they both lists?
Posts: 1
Participants: 1
