Click or drag to resize

Part Interface

Represents the Part object. Actually it can be a part or a workpiece, it depends on what you choose when specifying the type of clamping.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
public interface Part

The Part type exposes the following members.

Properties
 NameDescription
Public propertyAllowanceMaxX Gets the Part allowance in max x direction.
Public propertyAllowanceMaxY Gets the Part allowance in max y direction.
Public propertyAllowanceMinX Gets the Part allowance in min x direction.
Public propertyAllowanceMinY Gets the Part allowance in min y direction.
Public propertyCalibrationSize Gets the size of the calibration.
Public propertyCode Gets the code of this Part object.
Public propertyCovers Returns the collection of the Cover objects associated with the part.
Public propertyLength Gets the Part length.
Public propertyMaterialCode Gets the material code of this Part object.
Public propertyMaterialGrainDirection Gets the direction Vector of material grain.
Public propertyMaterialName Gets the material name of this Part object.
Public propertyName Gets the user-displayable name of this Part object.
Public propertyThickness Gets the Part thickness.
Public propertyWidth Gets the Part width.
Top
See Also