Code in PolyCurve.Offset node

Hi guys,
I’m writing code to offset like Polycurve.Offset node in Dynamo.
I want to read code in Polycurve.Offset, Is there any way?
Thank in advanced.

image

The geometry library for Dynamo is not open source:

1 Like

Hi @Thomas_Corrie
Thank for your reply.
Is there any method to do that?
Can you show me?

Because the geometry library is not open source you can’t read the source code if that is what you want. If it is for writing code in DesignScript or for use within Python in Dynamo then the code to access the node is:

curve1 = PolyCurve.Offset(t1, t2, t3);

where t1, t2, t3 are the inputs