ThinBoundary

 

The ThinBoundary method removes vertices from selected boundaries.

 

Syntax

object.ThinBoundary( Method, Value )

 

Parameter

Type

Description

Method

MVThinMethod

required; thinning method

Value

Double

required; thinning amount, values depend on the selected Method

 

Example

This example thins the selected boundary object by removing every third vertex.

 

Selection.ThinBoundary( Method:= mvThinMethodNthVert, Value:=3 )

 

Used by: Selection collection