BaseLine Property

BaseLine returns a LineFormat object for the wireframe or surface base lines. This is a read-only property.

Syntax

object.BaseLine

Example 1

This example demonstrates how to return the width of a wireframe baseline.

Debug .Print Wireframe.BaseLine.Width

Example 2

This example demonstrates how to change the color of a wireframe baseline to brown.

Wireframe.BaseLine.ForeColorRGBA.Color = srfColorRed

Used by: Surface object, Wireframe object