Class MaterialFit
Base class for various fit operations
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class MaterialFit : MaterialOperation
Properties
Clearance
The clearance used in the fit operation
Declaration
public double Clearance { get; }
Property Value
| Type | Description |
|---|---|
| double |
Cutters
All the cutters involved in the operation
Declaration
public MaterialCutterList Cutters { get; }
Property Value
| Type | Description |
|---|---|
| MaterialCutterList |
Methods
Dispose(bool)
Base class for various fit operations
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |