BigH,
Thanks for the response. It is helpful.
Looking at this problem from another perspective. Suppose we drove the piling at the top of the riprap slope with little or no offset back from the edge. This would then essentially reduce to a problem of a single piling under lateral load...
I am working on calculating the maximum allowable lateral working load that may be applied to a marine bollard that is sitting on top of a foundation that has a single pipe piling set 25ft deep. I have used Broms Method and the CLM2.0 spreadsheet to arrive at similar values. However, the...
Try this:
<CommandMethod("ZoomExtents")> _
Public Sub ZoomExtents()
Zoom(New Point3d(), New Point3d(), New Point3d(), 1.01075)
End Sub
This was taken from the .NET developers guide, found here:
http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer%27s%20Guide/index.html
I...
Not completely sure what you mean by "all surfaces are printed", but here is my answer based on what I think you are asking.
Set the DISPSILH system variable to 1, and then try printing again. Also, print from a paper space layout and be sure to set the viewport's shade plot setting to hidden.