Class MaterialOperation
The abstract base class of all saved material operations. Points and vectors are specified in the material's local coordinate system unless otherwise noted
Inheritance
MaterialOperation
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class MaterialOperation
Properties
Description
A user facing description of the operation
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
RemovedSurfaces
The parts of the material that were removed due to the operation. These are typically displayed when the operation is selected
Declaration
public SurfaceList RemovedSurfaces { get; }
Property Value
| Type | Description |
|---|---|
| SurfaceList |
Methods
Dispose(bool)
The abstract base class of all saved material operations. Points and vectors are specified in the material's local coordinate system unless otherwise noted
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~MaterialOperation()
The abstract base class of all saved material operations. Points and vectors are specified in the material's local coordinate system unless otherwise noted
Declaration
protected ~MaterialOperation()