sri91
Mechanical
- Aug 29, 2019
- 43
Hi All,
Can anyone please let me know vba code to identify part or product in cgr mode(the assembly is not in design mode)?
The below code will work if the product is only in design mode.
TypeName(mainProd.ReferenceProduct.Parent) = "PartDocument"
I dont want to open the assembly in design mode as it will take huge time to open big assemblies.
Any help in this regard is appreciated.
Thanks
SURYASRI
Can anyone please let me know vba code to identify part or product in cgr mode(the assembly is not in design mode)?
The below code will work if the product is only in design mode.
TypeName(mainProd.ReferenceProduct.Parent) = "PartDocument"
I dont want to open the assembly in design mode as it will take huge time to open big assemblies.
Any help in this regard is appreciated.
Thanks
SURYASRI