I used the wizard for making a Visual C++ project, it createsaProperty Manager Page and a Handler. Now I need to access totheselected faces in the property Manager Page for makingsomeoperations when you click the OK button, but i don't knowhowto do it.
The code in PMPageHandler.cpp is:
HRESULT CPMPageHandler:
nClose(long reason)
{
if(reason==swPropertyManagerPageClose_Okay)
{
(I want toaccessthe selected faces in the propertyManagerPage here)
}
return S_OK;
}
Can anyone help me?? Thank you very much
SolidworksApi macros







The code in PMPageHandler.cpp is:
HRESULT CPMPageHandler:

{
if(reason==swPropertyManagerPageClose_Okay)
{
(I want toaccessthe selected faces in the propertyManagerPage here)
}
return S_OK;
}
Can anyone help me?? Thank you very much
SolidworksApi macros