AUTOCAD CIVIL 3D 2014 Developer’s Guide link given in this earlier blog post as well as in AutoCAD Civil 3D Services & Support page is temporarily unavailable.
If you are looking for the working link for immediate reference, here it is :
Innovate. Integrate. Automate
AUTOCAD CIVIL 3D 2014 Developer’s Guide link given in this earlier blog post as well as in AutoCAD Civil 3D Services & Support page is temporarily unavailable.
If you are looking for the working link for immediate reference, here it is :
I have a problem in finding Intersections between cad line and civil tinsurface. In civil 3d 2010, there is a method,varIntPt = objSurf.IntersectPointWithSurface(varStartPt, varDir), but the method .IntersectPointWithSurface is not usable in civil 3d 2012. I used C3dSurface.IntersectWith(acLine, Intersect.OnBothOperands, IntersectPoint3d, 0, 0), but it can not find Intersections.
Could you tell me which method we can use to find Intersections between cad line and civil tinsurface.
Hi Arthur,
I don’t have Civil 3D 2012 at the moment in my machine to check what’s the issue with IntersectPointWithSurface(), however in Civil 3D 2014 .NET API I see the following which should be useful for you –
Surface.GetIntersectionPoint()
-> Gets the intersection point with surface by the specified point and vector.
http://docs.autodesk.com/CIV3D/2014/ENU/API_Reference_Guide/html/d741aa49-e7da-9513-6b0b-226ebe3fa43f.htm
Thanks,
Partha
Leave a Reply to Partha SarkarCancel reply