Class ShapeMaterial
A material whose definition is based on a Shape from the MaterialFile
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
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(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | 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 |
Explicit Interface Implementations
ICuttableEndMaterial.Ends
Declaration
CuttableMaterialEndList ICuttableEndMaterial.Ends { get; }
Returns
Type | Description |
---|---|
CuttableMaterialEndList |