Search Results for

    Show / Hide Table of Contents

    Struct VolumeSearchFilterTerm.BoundingBox

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.PDM
    Assembly: NXOpen.dll
    Syntax
    public struct VolumeSearchFilterTerm.BoundingBox

    Constructors

    BoundingBox(Point3d, Point3d)

    Declaration
    public BoundingBox(Point3d BottomCorner, Point3d TopCorner)
    Parameters
    Type Name Description
    Point3d BottomCorner
    Point3d TopCorner

    Fields

    BottomCorner

    Declaration
    public Point3d BottomCorner
    Field Value
    Type Description
    Point3d

    TopCorner

    Declaration
    public Point3d TopCorner
    Field Value
    Type Description
    Point3d

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX