PSI-CAD
Computer
- Feb 13, 2009
- 997
Hi,
The below steps of the attached journal work well:
- Check for flat pattern => OK
- Check for existing attribut "DXF" => OK
I have 2 questions
1°) How to change the below line to export the flat pattern included in the part without giving the name ?
Dim flatPattern1 As NXOpen.Features.FlatPattern = CType(workPart.Features.FindObject("FLAT_PATTERN(13)"), NXOpen.Features.FlatPattern)
2°) How to create a dxf file with the name of the DXF attribut ?
Thanks in advance
Regards
Didier Psaltopoulos
The below steps of the attached journal work well:
- Check for flat pattern => OK
- Check for existing attribut "DXF" => OK
I have 2 questions
1°) How to change the below line to export the flat pattern included in the part without giving the name ?
Dim flatPattern1 As NXOpen.Features.FlatPattern = CType(workPart.Features.FindObject("FLAT_PATTERN(13)"), NXOpen.Features.FlatPattern)
2°) How to create a dxf file with the name of the DXF attribut ?
Thanks in advance
Regards
Didier Psaltopoulos