ZLevels Property

ZLevels returns the levels object for lines of constant Z for a wireframe. Returns a Levels collection. This is a read-only property.

Syntax

object.ZLevels

Example

This example demonstrates how to create Z direction lines in intervals of ten ranging from 0 to 100.

Wireframe.ZLevels.AutoGenerate(MinLevel:=0, MaxLevel:=100, Interval:=10)

Used by: Wireframe object