MeshOffset Property
MeshOffset returns or sets the surface offset factor for surface mesh lines. Returns a double.
Syntax
object.MeshOffset
object.MeshOffset = Offset
Parameter |
Type |
Description |
Offset |
Double |
required, typical values range from 0 to 5 |
Example 1
This example shows how to return the value of the mesh offset.
Debug.Print "Surface Offset = "; SurfaceMap.MeshOffset
Example 2
This example shows how to set the mesh offset to five.
SurfaceMap.MeshOffset= 5
Used by: Surface object