Pattern from features

hi there,
I was trying to create a pattern from Features inside Rhino but I am getting the following errors.

The other options are working fine ( fromLines, FromSurfaces ect ect)

image

Any idea?

  line 339, in from_lines, "C:\Users\FORMAT\AppData\Roaming\McNeel\Rhinoceros\6.0\scripts\compas\datastructures\mesh\core\mesh.py"
  line unknown, in <module>, "<string>"
  line 23, in __init__, "C:\Users\FORMAT\AppData\Roaming\McNeel\Rhinoceros\6.0\scripts\compas_singular\datastructures\mesh_quad\mesh_quad.py"
  line 26, in __init__, "C:\Users\FORMAT\AppData\Roaming\McNeel\Rhinoceros\6.0\scripts\compas_singular\datastructures\mesh_quad_coarse\mesh_quad_coarse.py"
  line 19, in __init__, "C:\Users\FORMAT\AppData\Roaming\McNeel\Rhinoceros\6.0\scripts\compas_singular\datastructures\mesh_quad_pseudo\mesh_quad_pseudo.py"
  line 22, in __init__, "C:\Users\FORMAT\AppData\Roaming\McNeel\Rhinoceros\6.0\scripts\compas_singular\datastructures\mesh_quad_pseudo_coarse\mesh_quad_pseudo_coarse.py"
  line 410, in from_vertices_and_faces, "C:\Users\FORMAT\AppData\Roaming\McNeel\Rhinoceros\6.0\scripts\compas\datastructures\mesh\core\mesh.py"
  line 373, in from_polylines, "C:\Users\FORMAT\AppData\Roaming\McNeel\Rhinoceros\6.0\scripts\compas\datastructures\mesh\core\mesh.py"
  line 214, in decomposition_mesh, "C:\Users\FORMAT\AppData\Roaming\McNeel\Rhinoceros\6.0\scripts\compas_singular\algorithms\decomposition.py"
  line 102, in from_surface_and_features, "C:\Users\FORMAT\AppData\Roaming\McNeel\Rhinoceros\6.0\scripts\compas_rv2\datastructures\pattern.py"
  line 55, in RunCommand, "C:\Users\FORMAT\AppData\Roaming\McNeel\Rhinoceros\6.0\Plug-ins\PythonPlugins\RV2{949ca7a4-7ddf-4939-8a5b-d945d5ac0bc8}\dev\RV2pattern_from_features_cmd.py"
  line 272, in wrapper, "C:\Users\FORMAT\AppData\Roaming\McNeel\Rhinoceros\6.0\scripts\compas_rv2\rhino\helpers.py"
  line 48, in RunCommand, "C:\Users\FORMAT\AppData\Roaming\McNeel\Rhinoceros\6.0\Plug-ins\PythonPlugins\RV2{949ca7a4-7ddf-4939-8a5b-d945d5ac0bc8}\dev\RV2toolbar_pattern_cmd.py"
  line 1, in <module>, "<string>"

yes, unfortunately the from_features is a bit unstable. we will try to fix this in the next release. until then i’m afraid there is not much i can do…