gerprivate.blogg.se

Subd in rhino 6
Subd in rhino 6




  • method ( SubDFromSurfaceMethods) – Selects the method used to calculate the SubD.
  • If the surface is a SubDįriendly NURBS surface and withCorners is true, then the SubD and input CreateFromSurface ( surface, method, corners, multiple=False ) ¶Ĭreate a SubD that approximates the surface.

    subd in rhino 6

    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.

    subd in rhino 6

    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.

    subd in rhino 6

  • joinedEdgesAreCreases ( bool) – If true, merged boundary edges will be creases.
  • tolerance ( float) – The join tolerance.
  • subdsToJoin ( IEnumerable) – An enumeration of SubDs to join.
  • There may be more than one SubD in the result array. Joins an enumeration of SubDs to form as few as possible resulting SubDs. JoinSubDs ( subdsToJoin, tolerance, joinedEdgesAreCreases, multiple=False ) ¶






    Subd in rhino 6