0

How to draw a pyramid using two points?

Anonymous 10 years ago 0
This discussion was imported from CodePlex

mcab21 wrote at 2014-02-04 16:26:

Hi,

I want to write a method that takes in two parameters, point1 and point2 (XYZ points), and that the method will draw an pyramid. The origin point will be point1 and the end points will be the square with point2 in the centre.

Any ideas how to do this? I see the one AddPyramid method already but it only takes one point.

Thanks in advance!