Brep.to_meshes() not working
Closed this issue · 2 comments
AdamAnouar commented
I am trying to use the method to_meshes() from Brep class but it keeps throwing the following error:
Runtime error (MissingMemberException): 'Rhino.Geometry' object has no attribute 'MeshingParamaters'
Seems like, after checking the rhino documentation that there is a typo in the compas.brep class in line 319 where "MeshingParameters" was not written correctly.
chenkasirer commented
Thanks for reporting @AdamAnouar. This is in-fact a typo.
Opened #1243 which fixes this.
AdamAnouar commented
Thank you Sir!