Share
 
 

ShowIntensity Property (ActiveX)

Specifies if the point cloud is displayed using a shaded color scheme.

Supported platforms: Windows only

Signature

VBA:

object.ShowIntensity
object

Type: PointCloud

The object this property applies to.

Property Value

Read-only:
  • No: AutoCAD
  • Yes: AutoCAD LT

Type: Boolean

  • True: Intensity is turned on
  • False: Intensity is turned off

Remarks

You can only see the intensity color mapping effect when a 3D visual style is current and hardware acceleration is on.

Examples

VBA:

Not available

Visual LISP:

Not available

Was this information helpful?