Hi,
I’m trying to use the CreateViaOffset
method in order to offset the CurveLoop
of a Face
.
Since I’m using Python and not C#, I’m having a hard time understanding which library class contains this method.
In C# it’s explicit, but in Python it’s not clear to me.
I’ve looked at:
CreateViaOffset Class
C# example of implementation
Can you help me understand how to find this kind of information?
Thank you