Class ShapeMaterial
A material whose definition is based on a Shape from the MaterialFile
Implements
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class ShapeMaterial : Material, ICuttableEndMaterial
Properties
Ends
Information specific to the ends of the material.
Declaration
public ShapeMaterialEndList Ends { get; }
Property Value
| Type | Description |
|---|---|
| ShapeMaterialEndList |
Shape
Get the Shape for this material.
Declaration
public Shape Shape { get; }
Property Value
| Type | Description |
|---|---|
| Shape |
Methods
Dispose(bool)
A material whose definition is based on a Shape from the MaterialFile
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
Overrides
SetShape(Shape)
Set the Shape for this material, and return this material as the proper type for the shape.
Declaration
public Material SetShape(Shape shape)
Parameters
| Type | Name | Description |
|---|---|---|
| Shape | shape |
Returns
| Type | Description |
|---|---|
| Material |