I’ve been playing with some ideas, code and Carlson Civil Suite today and I’ve stumbled across an interesting issue with Carlson’s contour routine.
Given this equation for a hyperbolic paraboloid, For more information on this surface
And porting some code to VBA so everyone can follow along
Option Explicit
Public Sub Parabolid()
Dim x As Double
Dim y As Double
Dim z [...]