Skip to content
Discussion options

You must be logged in to vote

ms.apply_filter('merge_close_vertices', threshold=12) treats the parameter threshold as a float (absolute value).
To treat it as a percentage, you need to pass an object of type Percentage to the parameter threshold.

Take a look to this tutorial.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@alemuntoni
Comment options

@wikyburns
Comment options

@alemuntoni
Comment options

@alemuntoni
Comment options

@wikyburns
Comment options

Answer selected by alemuntoni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants