Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
MMMathan Murugesan30/09/2024
Hi All,
I wrote the Cut Extrude thin feature Excel Macro, Depth Dimension (D1) Updated but Thin Feature Thickness (T1) not updated. Please help on this issue, I have mentioned Code also.
cutDepthThin1 = ActiveSheet.Cells(20, x).Value / 1000
cutDepthThin2 = ActiveSheet.Cells(22, x).Value / 1000
thicknessThin1 = ActiveSheet.Cells(21, x).Value / 1000
thicknessThin2 = ActiveSheet.Cells(23, x).Value / 1000