Hi all,
Trying to use Rhino.Geometry.Brep.JoinBreps to join a set of Breps (which are joinable)
It errors out at the joined= line, I get the following message:python Code:
#srfColl is a list of Brepstol=rs.UnitAbsoluteTolerancejoined=Rhino.Geometry.Brep.JoinBreps(srfColl,tol)
Message: expected IEnumerable[Brep], got list
In the SDK it says:
Parameters
brepsToJoin
Type: System.Collections.Generic.IEnumerable(Brep)
A list, an array or any enumerable set of breps to join.
What am I not understanding here?
Thanks, --Mitch


Reply With Quote
