AUTOCAD CIVIL 3D 2014 Developer’s Guide

By Partha Sarkar

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 :

AUTOCAD CIVIL 3D 2014 Developer’s Guide


Comments

2 responses to “AUTOCAD CIVIL 3D 2014 Developer’s Guide”

  1. 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.

  2. 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

Discover more from Autodesk Developer Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading