Show / Hide Table of Contents

    Class CutOnPlane

    A MaterialOperation that represents cutting a material by a plane

    Inheritance
    object
    MaterialOperation
    CutOnPlane
    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 CutOnPlane : MaterialOperation

    Properties

    PlaneNormalVector

    a vector pointing towards the half space of the plane that is kept after the cut operation

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

    Point1

    A point on the cut plane

    Declaration
    public Point3D Point1 { get; }
    Property Value
    Type Description
    Point3D
    Back to top