Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
KSKrzysztof Szestakow23/02/2024
Hello, I created a macro to dxf, pdf3d and parasolid(x_t) Unfortunately, in the case of x_t I do not want to create a folder to which the file should be generated For dxf it works Const OUT_NAME_TEMPLATE As String = "DXF - exported\<$CLPRP:Material>\<_FileName_>.dxf" but not to x_t Const OUT_NAME_TEMPLATE As String = "DXF - exported\<$CLPRP:Material>\<_FileName_>.x_t"