Jan 20, 2010 #1 iv63 Structural Joined Jan 6, 2009 Messages 128 Location US Each box (cube) is defined by coordinates (xi,yi,zi) of one corner and length of 3 sides (ai,bi,ci). I would like to show them on 3D graph like on attached sketch. Any hint would be appreciated. Thank you, IV
Each box (cube) is defined by coordinates (xi,yi,zi) of one corner and length of 3 sides (ai,bi,ci). I would like to show them on 3D graph like on attached sketch. Any hint would be appreciated. Thank you, IV
Jan 20, 2010 #2 GregLocock Automotive Joined Apr 10, 2001 Messages 23,892 Location Orbiting a small yellow star create a series of line segments defining each cube in 3d, then transform them in to a 2d xy plot using geometry. Then plot the resulting xy plot. That will give you a wireframe, not a hidden line drawing. Cheers Greg Locock I rarely exceed 1.79 x 10^12 furlongs per fortnight Upvote 0 Downvote
create a series of line segments defining each cube in 3d, then transform them in to a 2d xy plot using geometry. Then plot the resulting xy plot. That will give you a wireframe, not a hidden line drawing. Cheers Greg Locock I rarely exceed 1.79 x 10^12 furlongs per fortnight
Jan 20, 2010 #3 SWComposites Aerospace Joined Nov 6, 2000 Messages 3,717 Location US use a Wireframe 3D Surface plot in Excel ?? Upvote 0 Downvote
Jan 20, 2010 #4 IDS Civil/Environmental Joined Jun 1, 2001 Messages 3,291 Location AU IV63 - the blog post below has an open source Excel spreadsheet that will do 3D wireframe drawings from a list of coordinates: http://newtonexcelbach.wordpress.com/2009/01/13/drawing-in-excel-9-perspective-projection/ Doug Jenkins Interactive Design Services http://newtonexcelbach.wordpress.com/ Upvote 0 Downvote
IV63 - the blog post below has an open source Excel spreadsheet that will do 3D wireframe drawings from a list of coordinates: http://newtonexcelbach.wordpress.com/2009/01/13/drawing-in-excel-9-perspective-projection/ Doug Jenkins Interactive Design Services http://newtonexcelbach.wordpress.com/