Cutoff Property

The Cutoff property returns or sets the base Cutoff value. Returns a Double.

Syntax

object.Cutoff

object.Cutoff = Cutoff

 

Parameter Type Description
Cutoff Double required

 

Example

This example shows how to set the auto cutoff value to false for a surface map.

SurfaceBase.AutoCutoff = False

SurfaceBase.Cutoff = 10

 

Used by: AutoBaseObj object