Class PlateCutOperation
Base class for plate cut operations
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class PlateCutOperation
Properties
Length
The length of the cut operation
Declaration
public double Length { get; set; }
Property Value
Type | Description |
---|---|
double |
Width
The width of the cut operation
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
double |
Methods
Dispose(bool)
Base class for plate cut operations
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
~PlateCutOperation()
Base class for plate cut operations
Declaration
protected ~PlateCutOperation()