Show / Hide Table of Contents

    Class MaterialMitrer

    Snapshot of material used to mitre another material

    Inheritance
    object
    MaterialMitrer
    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 MaterialMitrer

    Properties

    Length

    The length of the material if it applies, e.g., plates.

    Declaration
    public double Length { get; }
    Property Value
    Type Description
    double

    MaterialType

    The material type of the material.

    Declaration
    public MaterialType MaterialType { get; }
    Property Value
    Type Description
    MaterialType

    Origin

    The origin of the material if it applies; see * DesignData.SDS2.Model.ThicknessReferencePoint.

    Declaration
    public int Origin { get; }
    Property Value
    Type Description
    int

    Surface

    A polygon used to mitre a material. NOTE: this poly is not in the coordinate system of the material being mitred which is different from most data related to material operations. This poly is in the local coordinate of the cutting material

    Declaration
    public Surface Surface { get; }
    Property Value
    Type Description
    Surface

    Thickness

    The thickness of the material if it applies, e.g., plates.

    Declaration
    public double Thickness { get; }
    Property Value
    Type Description
    double

    ToGlobalCoordinates

    The transformation matrix taking poly to global coordinates

    Declaration
    public Matrix ToGlobalCoordinates { get; }
    Property Value
    Type Description
    Matrix

    Methods

    ~MaterialMitrer()

    Snapshot of material used to mitre another material

    Declaration
    protected ~MaterialMitrer()
    Back to top