I have nearly 100 or more alignments in my drawing.
Need to create profile, View frames and plan profile sheets for each and every alignment.
So this is very time consuming and need to develop custom command to do
Is there any method to do this using civil 3d commands.
If not I know I have to using one of Civil 3D API.
I have some basic programming experience but not with Civil 3D APIs.
So pls give some directions
Solved! Go to Solution.
Solved by Civil3DReminders_com. Go to Solution.
Everything you have on your list should be doable except for the view frames. You'll want to create your own tools that do the same things.
You'll want to search in https://www.google.com/ for sample code. I'd suggest using a search that starts with "Civil 3D API .NET" and then what you are looking for. You should be able to find code samples that way.
The Civil 3D Developer's Guide may be found here: http://docs.autodesk.com/CIV3D/2016/ENU/API_Reference_Guide/index.html
I usually do a search in the browser to find objects and then all of the properties and methods are found there.
The SincPac has some sample code, which is a great starting point: http://info.quuxsoft.com/SincpacC3D_source.aspx
Thank You Sir for suggestion , Found these one from google
http://blog.civil3dreminders.com/2010/09/create-multiple-profiles.html
https://www.youtube.com/watch?v=hftY-Ns1nSQ
Dear Sir
Is it possible to create Plan & Profile Sheets for multiple view frame groups at once?
Regards
Chamara
I wasn't able to find a way through the Civil 3D API.
It looks like you would need to create the layouts and viewports via the AutoCAD API.
Can't find what you're looking for? Ask the community or share your knowledge.