algorithmic modeling for Rhino
In Rhino I can do:
Select surface edge
Extend by let say -1 unit.
In rhino C# I type :
A = x.Extend(IsoStatus.East, 1, false);
works well and extends surface, but
A = x.Extend(IsoStatus.East, -1, false);
outputs null
How can I achieve desired result for negative extension?
Tags:
ExtendSrf command only surport positive extension!
So for negative values it is surface split.
Thank you The Lord.
May the force be with you.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by