Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

DescriptorContainer

amit.dabade

New member
Hi,


Have anyone used DescriptorContainer ever? I am trying to use it in my code but no luck yet. This is what i do grab session, Assign model, run modelcheck.
Please let me know if anyone has some clues regarding its usage. Below is my program

Session session = pfcGlobal.GetProESession();
Model Mdl = session.GetModelFromDescr(Container.GetDescr()); //Getting model in session
session.ExecuteModelCheck(Mdl,null);


Thanks,
Amit
 

Sponsor

Articles From 3DCAD World

Back
Top