Generate Volume report for sample line using C# Code

Generate Volume report for sample line using C# Code

MehtaRajesh
Advocate Advocate
724 Views
1 Reply
Message 1 of 2

Generate Volume report for sample line using C# Code

MehtaRajesh
Advocate
Advocate

Hi All,
Manual way to Generate Volume Report for Sample line is
(1) Select Sample Line

(2) Open Compute Materials form and do as required

(3) Open Generate Volume report
(4) Select one by one Alignment and give other parameters and generating report

I am finding some sample code provided by Autodesk to generate Report at
C:\ProgramData\Autodesk\C3D 2016\enu\Data\Reports\Net\Source  
But not finding  code for "Generate Volume report"

At present user has to open form each time and give various parameters .

 

I need to automate hence it can run in batch mode in single click by reading parameter values from CSV.

Has Autodesk exposed methods for this?

 

Thanks in advance for all your support.

Regards,

Rajesh
 

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

augusto.goncalves
Alumni
Alumni

All those samples are self-contained and you can follow the code to get the function you need, it uses public APIs to get the data. For this specific case, I'm not sure which report you're referring to. 

Regards,



Augusto Goncalves
Twitter @augustomaia
Autodesk Developer Network
0 Likes