Message 1 of 3
dxf templates

Not applicable
07-17-2018
01:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hey guys this is my dxf coding but i want to set the dxfs to a template for lines etc how do i reference it please
SyntaxEditor Code Snippet
'START QUESTION BOX Quit=MessageBox.Show("Do you wish to Export DXF'S For Parts?","DXF Export",MessageBoxButtons.YesNo) If Quit=7 Then Exit Sub End If pat=ThisDoc.Path MessageBox.Show(pat, "Title") saleno = Right(pat,8) ThisDoc.Launch(pat & "\FRM-" & saleno & "-CASE SIDE C&D.ipt") iLogicVb.RunRule("FRM-" & saleno & "-CASE SIDE C&D.ipt","FLAT") ThisDoc.Launch(pat & "\FLT-" & saleno & "-CASE SIDE A&B.ipt") iLogicVb.RunRule("FLT-" & saleno & "-CASE SIDE A&B.ipt","FLAT") ThisDoc.Launch(pat & "\FRM-" & saleno & "-SPLITTER LINER.ipt") iLogicVb.RunRule("FRM-" & saleno & "-SPLITTER LINER.ipt","FLAT") ThisDoc.Launch(pat & "\FRM-" & saleno & "-SPLITTER WALL NOSE.ipt") iLogicVb.RunRule("FRM-" & saleno & "-SPLITTER WALL NOSE.ipt","FLAT") ThisDoc.Launch(pat & "\FRM-" & saleno & "-SPLITTER NOSE.ipt") iLogicVb.RunRule("FRM-" & saleno & "-SPLITTER NOSE.ipt","FLAT") ThisDoc.Launch(pat & "\FRM-" & saleno & "-PERFORATED LINER.ipt") iLogicVb.RunRule("FRM-" & saleno & "-PERFORATED LINER.ipt","FLAT") iLogicVb.UpdateWhenDone=True