BOM Table Drawing Sheet Level - vxDftPrtLst File Syntax Updated for the current release.

 

The vxDftPrtLst file is used by the Sheet go to Layout go to Create BOM command to define the configuration of the BOM table.  It is located in the "supp" sub-directory of the VX "install path" directory (i.e. not your user directory).   You can edit the file in that location, or you can put a copy of the file in your user directory.   The local copy of the configuration file will be used instead of the installation copy shipped with VX.

 

Information about VXSample vxDftPrtLst File

 

#

# Sample Drafting Part-List Format File

#
  

# set the base point {left_bottom, right_bottom, left_top, right_top}

# (right_top is default)

# TBL_ORIGIN = left_bottom
  

# key attribute name for sorting (default is "Name")

TBL_SORT_KEY = Number
  

# set the beginning of the list-up {top, bottom} (top is default)

# ROW_BEGIN = bottom
  

# set the height of row (real row height / text height)

ROW_HEIGHT = 2.0
  

# definitions of columns

# COL[id] = "title"

# width = 15 (width of column in [mm])

# attrib = Attrib_Name (specify attribute name to use)

# align = {center(*), left, right} (alignment of the column)

# align_title = {center(*), left, right}

# (alignment of the column in title row)

# font_type = {proportion(*), fixed}
  

COL[1] = NO

width = 10

attrib = Index

END_COL

COL[2] = NAME

width = 45

attrib = Name

align = left

END_COL

COL[3] = PART NO.

width = 35

Related Topics

Return to VX CAD/CAM Index