Model-This.com

Model What!? Model-This!

Model-This.com header image 4

Contouring Surfaces

April 27th, 2008 · No Comments

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 [...]

[Read more →]

Tags: Carlson Software · Modeling