ShopToolsConfigItem Class

Information about a configuration profile.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class ShopToolsConfigItem
Inheritance
Object    ShopToolsConfigItem

Constructors

ShopToolsConfigItemInitializes a new instance of the ShopToolsConfigItem class

Properties

AxisXIsOpenEnded Get/Set a value indicating whether access along the X axis is open-ended.
AxisYIsOpenEnded Get/Set a value indicating whether access along the Y axis is open-ended.
Depth Get/Set the system depth (Z) of the table, as valid in the registered units.
DisplayUnits Get/Set the default display units for this profile.
GeneralCuttingTool Get/Set the name of the cutting tool to be used during general cuts where no specific tool is specified.
MaterialTypes Get a reference to the collection of material types defined in this session.
OperationActionProperties Get a reference to the collection of operation action property definitions for this session.
PatternTemplates Get a reference to the collection of pattern templates defined for this configuration.
Properties Get a reference to the collection of settings properties on this configuration.
ToolTypeDefinitions Get a reference to the collection of tool type definitions available in this configuration.
TravelX Get/Set the X positive travel direction.
TravelY Get/Set the Y positive travel direction.
TravelZ Get/Set the Z positive travel direction.
UserDepth Get/Set the user-supplied depth (Z) dimension of the table.
UserTools Get a reference to the collection of user tools defined for this profile.
UserXDimension Get/Set the user-supplied X dimension of the table.
UserYDimension Get/Set the user-supplied Y dimension of the table.
XDimension Get/Set the system X dimension of the table, as valid in the registered units.
XYOrigin Get/Set the XY origin location of the table.
YDimension Get/Set the system Y dimension of the table, as valid in the registered units.
ZOrigin Get/Set the Z origin location of the table.

Methods

Clone Create a deep clone of the caller's configuration profile.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

mMaterialTypes Private member for MaterialTypes.
mOperationActionProperties Private member for OperationActionProperties.
mPatternTemplates Private member for PatternTemplates.
mProperties Private member for Properties.
mToolTypeDefinitions Private member for ToolTypeDefinitions.
mUserTools Private member for UserTools.

See Also