Hi All,
I am trying extract components by name from an ONX_Model
using their name
ONX_Model model;
model.ComponentFromName(ON_ModelComponent::Type::ModelGeometry, component_parent_id, L"some_name");
It is not clear to me how I could get the component_parent_id, could someone please point me in the right direction.
Thanks
Sunayana