Class MaterialCutter
Snapshot of material used to cut another material
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class MaterialCutter
Constructors
MaterialCutter()
Snapshot of material used to cut another material
Declaration
public MaterialCutter()
Properties
Surface
Snapshot of the material used to cut another material in the local coordinate system of the material being cut
Declaration
public Surface Surface { get; }
Property Value
| Type | Description |
|---|---|
| Surface |
ToCutterMaterialCoordinates
The transformation to convert the cutting poly to its original local material coordinates
Declaration
public Matrix ToCutterMaterialCoordinates { get; }
Property Value
| Type | Description |
|---|---|
| Matrix |
Methods
~MaterialCutter()
Snapshot of material used to cut another material
Declaration
protected ~MaterialCutter()