Show / Hide Table of Contents

    Class MaterialCutter

    Snapshot of material used to cut another material

    Inheritance
    object
    MaterialCutter
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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()
    Back to top