compas-dev/compas

Brep.to_meshes() not working

Closed this issue · 2 comments

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.

Thanks for reporting @AdamAnouar. This is in-fact a typo.

Opened #1243 which fixes this.

Thank you Sir!