Spankpapa
Aerospace
- Dec 5, 2008
- 10
I'm working on a batch file which converts NX .prt to a .igs file.
Within the .def file, there are several selection criteria quoted. eg:
UGI_VIEW_MASK = TOP,FRONT,RIGHT,BACK,BOTTOM,LEFT,TFR-ISO,TFR-TRI,User Defined
UGI_USER_DEFINED_VIEWS =
UGI_DRAWING_NAMES =
UGI_CURVE_MASK = Points,Lines,Arcs,Conics,Rational B-Spline Curves,Solid Edges on Drawings
UGI_SURF_MASK =
UGI_ANNOT_MASK =
UGI_STRUCT_MASK =
UGI_SOLID_MASK =
VIEWS_VISIBLE_MAP = Views Visible (402/3),Views Visible Color and Line Weight (402/4)
UGI_LAYERE_MASK =
UGI_LAYERD_MASK =
UGI_LAYER_MASK = 11,12,10
I would like the program to only select the curves in font SOLID... can anyone tell me how to specify that
Please !
Gav
Within the .def file, there are several selection criteria quoted. eg:
UGI_VIEW_MASK = TOP,FRONT,RIGHT,BACK,BOTTOM,LEFT,TFR-ISO,TFR-TRI,User Defined
UGI_USER_DEFINED_VIEWS =
UGI_DRAWING_NAMES =
UGI_CURVE_MASK = Points,Lines,Arcs,Conics,Rational B-Spline Curves,Solid Edges on Drawings
UGI_SURF_MASK =
UGI_ANNOT_MASK =
UGI_STRUCT_MASK =
UGI_SOLID_MASK =
VIEWS_VISIBLE_MAP = Views Visible (402/3),Views Visible Color and Line Weight (402/4)
UGI_LAYERE_MASK =
UGI_LAYERD_MASK =
UGI_LAYER_MASK = 11,12,10
I would like the program to only select the curves in font SOLID... can anyone tell me how to specify that
Please !
Gav