SmoothBoundary

 

The SmoothBoundary method smooths a selected boundary.

 

Syntax

object.SmoothBoundary( Tension, NumVertices )

 

Parameter

Type

Description

Tension

Double

required; value must be >=0 and <=1

NumVertices

Integer

required;value between 5 and 100,000

 

Example

This example smooths the selected object to 48 vertices with a tension factor of 0.25.

 

Selection.SmoothBoundary( Tension:=0.25, NumVertices:=48)

 

Used by: Selection collection