Skip to content

Commit

Permalink
clean up quad remesh sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
travisserio committed May 27, 2021
1 parent 806c7dd commit 01950af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rhinopython/SampleQuadRemesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def SampleQuadRemesh():

go = Rhino.Input.Custom.GetObject()
go.GeometryFilter = Rhino.DocObjects.ObjectType.Mesh
go.GeometryAttributeFilter = Rhino.Input.Custom.GeometryAttributeFilter.ClosedCurve
go.SetCommandPrompt("Select Mesh to QuadRemesh")
go.Get()
if(go.CommandResult() != Rhino.Commands.Result.Success):
Expand Down

0 comments on commit 01950af

Please sign in to comment.