Create 2D section from 3D model in AutoCAD Architecture 2015 Programatically

Create 2D section from 3D model in AutoCAD Architecture 2015 Programatically

MehtaRajesh
Advocate Advocate
713 Views
1 Reply
Message 1 of 2

Create 2D section from 3D model in AutoCAD Architecture 2015 Programatically

MehtaRajesh
Advocate
Advocate

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

0 Likes
714 Views
1 Reply
Reply (1)
Message 2 of 2

MehtaRajesh
Advocate
Advocate

Autodesk Team,

Please let us know whether required functionality was exposed for Developer or not?

Regards,
Rajesh 

0 Likes