Initial commit
This commit is contained in:
64
feeds_speeds/ascii/cut_methods.def
Normal file
64
feeds_speeds/ascii/cut_methods.def
Normal file
@@ -0,0 +1,64 @@
|
||||
# *CUT_METHODS.DEF
|
||||
##########################################################################
|
||||
#
|
||||
# PURPOSE:
|
||||
#
|
||||
# This is definition file for defining "Cut Method" in
|
||||
# Machining method from a database.
|
||||
#
|
||||
# REVISIONS:
|
||||
#
|
||||
# 00 23Mar99 Murthy R Mandaleeka Initial Version
|
||||
# 01 26JUL99 Subhash Changed order of attributes
|
||||
# presented
|
||||
# 02 29OCT99 Murthy R Mandaleeka Changed RSET names
|
||||
# 03 15Jan2003 rlm Add alias for Description and
|
||||
# add it to the RSET
|
||||
##########################################################################
|
||||
DB_PREFIX "DB("
|
||||
DB_SUFFIX ")"
|
||||
ESS_PREFIX "ESS("
|
||||
ESS_SUFFIX ")"
|
||||
|
||||
DB_ALIAS libref
|
||||
{
|
||||
DB_ID LIBRF
|
||||
DB_ID_TYPE s
|
||||
DIALOG_NAME "libref"
|
||||
RSET_NAME "Library Reference"
|
||||
}
|
||||
|
||||
DB_ALIAS mode
|
||||
{
|
||||
DB_ID MODE
|
||||
DB_ID_TYPE s
|
||||
DIALOG_NAME "mode"
|
||||
RSET_NAME "Mode"
|
||||
}
|
||||
|
||||
DB_ALIAS name
|
||||
{
|
||||
DB_ID NAME
|
||||
DB_ID_TYPE s
|
||||
DIALOG_NAME "name"
|
||||
RSET_NAME "Name"
|
||||
}
|
||||
|
||||
DB_ALIAS description
|
||||
{
|
||||
DB_ID DESCRIPTION
|
||||
DB_ID_TYPE s
|
||||
DIALOG_NAME "description"
|
||||
RSET_NAME "Description"
|
||||
}
|
||||
|
||||
LIBREF libref
|
||||
|
||||
CLASS CUT_METHOD
|
||||
{
|
||||
TYPE CUT_METHOD
|
||||
QUERY "[1] == [1]"
|
||||
DIALOG libref mode name
|
||||
RSET libref mode name description
|
||||
UI_NAME "Cutting Method"
|
||||
}
|
||||
Reference in New Issue
Block a user