

options ( SubDCreationOptions) – The SubD creation options.Ĭompute_rhino3d.SubD.CreateFromMesh1 ( mesh, options, multiple=False ) ¶ mesh ( rhino3dm.Mesh) – The input mesh.Ī new SubD if successful, or None on failure.Ĭompute_rhino3d.SubD.

CreateFromMesh ( mesh, multiple=False ) ¶Ĭreate a new SubD from a mesh. Multiple ( bool) – (default False) If True, all parameters are expected as lists of equal length and input will be batch processedĬompute_rhino3d.SubD. ToBrep1 ( thisSubD, multiple=False ) ¶Ĭreate a Brep based on this SubD geometry, based on SubDToBrepOptions.Default options. Currently, these return unpacked faces and locally-G1 vertices in the output Brep.Ī new Brep if successful, or None on failure.Ĭompute_rhino3d.SubD. Use SubDToBrepOptions.Default for sensible defaults. options ( SubDToBrepOptions) – The SubD to Brep conversion options.ToBrep ( thisSubD, options, multiple=False ) ¶Ĭreate a Brep based on this SubD geometry. multiple ( bool) – (default False) If True, all parameters are expected as lists of equal length and input will be batch processedĬompute_rhino3d.SubD.If false, merged boundary edges will be smooth.

