Hi, I want to use Api method Face2::IsSame. The Syntex givenin SOlidworks Api help is as following
Syntax (OLE Automation)
retval = Face2.IsSame ( faceIn)
Input:
(LPDISPATCH) faceIn
Dispatch pointer to the face to be compared
Return:
(BOOL) retval
TRUE if the two faces are the same, FALSE if they are different
It says, I have give the pointer of the face I want to compare asan input. Can anyone please tell me how I can the pointer of aface.
Thanks and Regards
Sonju Chowdhury
SolidworksApi macros
Syntax (OLE Automation)
retval = Face2.IsSame ( faceIn)
Input:
(LPDISPATCH) faceIn
Dispatch pointer to the face to be compared
Return:
(BOOL) retval
TRUE if the two faces are the same, FALSE if they are different
It says, I have give the pointer of the face I want to compare asan input. Can anyone please tell me how I can the pointer of aface.
Thanks and Regards
Sonju Chowdhury
SolidworksApi macros