I want to make the function which takes curve and surface area then return area based on these input using rhinoscriptsyntax.
Since I am new to rhinoscriptsyntax, does anyone tell me what I can use to create this function?
Thank you!
I want to make the function which takes curve and surface area then return area based on these input using rhinoscriptsyntax.
Since I am new to rhinoscriptsyntax, does anyone tell me what I can use to create this function?
Thank you!
Hi @Katsuya_Obara,
If you are using rhinoscriptsyntax, then just us rs.CurveArea and rs.SurfaceArea.
– Dale