Message 1 of 8
Intersectwith - 3DFaces and 3DPolyline
Not applicable
09-11-2006
10:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I use AutoCAD 2002 + 2005 and want to intersect a 3DPolyline with several 3DFaces. What I care about are the coordinates of the point of intersection for external use.
I use the VBA-method "intersectwith" but do not get any results - although it should work according to the ActiveX and VBA Reference. Generally speaking after hours of testing: The method works for 2D objects but not for 3D objects.
Does anybody know a workaround? Thoughts, ideas? Is AutoCAD 2007 able to solve my problem? Or Autodesk Civil 3D 2006? The problem is of major importance to me and therefore all kinds of input is appreciated.
Context:
The above mentioned problem is part of a more complex issue which can be described in a few words! I use a digital 3D City model and want to step along a trajectory (3D Polyline) and check the horizontal distance to the right and left to the nearest building (3D Faces). Further, I need the height of the corresponding building. For better understanding I visualized the problem here: http://people.freenet.de/wammer/forums/cad.html
Thanks!
John
I use the VBA-method "intersectwith" but do not get any results - although it should work according to the ActiveX and VBA Reference. Generally speaking after hours of testing: The method works for 2D objects but not for 3D objects.
Does anybody know a workaround? Thoughts, ideas? Is AutoCAD 2007 able to solve my problem? Or Autodesk Civil 3D 2006? The problem is of major importance to me and therefore all kinds of input is appreciated.
Context:
The above mentioned problem is part of a more complex issue which can be described in a few words! I use a digital 3D City model and want to step along a trajectory (3D Polyline) and check the horizontal distance to the right and left to the nearest building (3D Faces). Further, I need the height of the corresponding building. For better understanding I visualized the problem here: http://people.freenet.de/wammer/forums/cad.html
Thanks!
John