Create 2D section from 3D model in AutoCAD Architecture 2015 Programatically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We are trying to create 2D section from 3D model in AutoCAD Architecture 2015
We are able to create Bldg Section Line using following way
(command "_AecHorizontalSection" (getpoint "\nFirst Corner:") (getpoint "\nSecond Corner:") (getreal "\nEnter Elevation") (getreal "\nEnter Depth:"))
Now we need to Generate 2D section using BLDGSECTIONILINEGENERATE
We are not able to use in following way at command line.
(command "_AecBldgSectionLineGenerate" .....) OR
(command "BLDGSECTIONILINEGENERATE" ......)
If we use _AecBldgSectionLineGenerate at command line, First it is asking to select section line
And later dialog box is opening.
Is there any way to omit dialog box and create section programatically without providing inputs in dialog box?
We need to automate entire proess programatically either in AutoLISP or in C#?
Thanks in advance for your quick and kind support in this regards
Regards
Rajesh