Show / Hide Table of Contents

    Class CutLayout

    Cut layout material operation

    Inheritance
    object
    MaterialOperation
    CutLayout
    Inherited Members
    MaterialOperation.Description
    MaterialOperation.RemovedSurfaces
    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 CutLayout : MaterialOperation

    Properties

    Layout

    A layout describing a planar area to be cut

    Declaration
    public Layout3D Layout { get; }
    Property Value
    Type Description
    Layout3D

    ToCuttingBottomFace

    Cut layout material operation

    Declaration
    public Vector3D ToCuttingBottomFace { get; }
    Property Value
    Type Description
    Vector3D

    ToCuttingTopFace

    Cut layout material operation

    Declaration
    public Vector3D ToCuttingTopFace { get; }
    Property Value
    Type Description
    Vector3D
    Back to top