Search Results for

    Show / Hide Table of Contents

    Class Slice3D

    Inheritance
    Object
    Slice3D
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Imaging.Mathematics
    Assembly: cs.temp.dll.dll
    Syntax
    public class Slice3D

    Constructors

    Slice3D(Vector3D, Point3D, Double, Double)

    Declaration
    public Slice3D(Vector3D normal, Point3D topLeft, double width, double height)
    Parameters
    Type Name Description
    Vector3D normal
    Point3D topLeft
    Double width
    Double height

    Properties

    BottomLeft

    Declaration
    public Point3D BottomLeft { get; }
    Property Value
    Type Description
    Point3D

    BottomRight

    Declaration
    public Point3D BottomRight { get; }
    Property Value
    Type Description
    Point3D

    Height

    Declaration
    public double Height { get; }
    Property Value
    Type Description
    Double

    Normal

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

    Plane

    Declaration
    public Plane3D Plane { get; }
    Property Value
    Type Description
    Plane3D

    TopLeft

    Declaration
    public Point3D TopLeft { get; }
    Property Value
    Type Description
    Point3D

    TopRight

    Declaration
    public Point3D TopRight { get; }
    Property Value
    Type Description
    Point3D

    Width

    Declaration
    public double Width { get; }
    Property Value
    Type Description
    Double

    Methods

    Intersect(Slice3D, out Segment3D)

    Declaration
    public bool Intersect(Slice3D b, out Segment3D intersection)
    Parameters
    Type Name Description
    Slice3D b
    Segment3D intersection
    Returns
    Type Description
    Boolean

    Project(Point3D)

    Declaration
    public Point3D Project(Point3D point)
    Parameters
    Type Name Description
    Point3D point
    Returns
    Type Description
    Point3D

    Project(Segment3D)

    Declaration
    public Segment3D Project(Segment3D segment)
    Parameters
    Type Name Description
    Segment3D segment
    Returns
    Type Description
    Segment3D
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors