Border Property
Border returns or sets the wireframe border style. Returns a SrfWireBorder.
Syntax
object.Border
object.Border = Border
Parameter |
Type |
Description |
Border |
required |
Borders style changes are only visible if lines of constant Z are plotted. If lines of constant X and Y are plotted, no change is visible.
Example 1
This example demonstrates how to return which borders are visible.
Debug .Print Wireframe.Border
Example 2
The example demonstrates how to set all four borders visible when only constant lines of Z are plotted.
Wireframe.Border = srfWireAll
Used by: Wireframe object