docs.unity3d.com
    Show / Hide Table of Contents

    Class GfBBox3d

    Inheritance
    Object
    GfBBox3d
    Inherited Members
    Object.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: pxr
    Syntax
    public class GfBBox3d : IDisposable

    Constructors

    GfBBox3d()

    Declaration
    public GfBBox3d()

    GfBBox3d(GfBBox3d)

    Declaration
    public GfBBox3d(GfBBox3d rhs)
    Parameters
    Type Name Description
    GfBBox3d rhs

    GfBBox3d(GfRange3d)

    Declaration
    public GfBBox3d(GfRange3d box)
    Parameters
    Type Name Description
    GfRange3d box

    GfBBox3d(GfRange3d, GfMatrix4d)

    Declaration
    public GfBBox3d(GfRange3d box, GfMatrix4d matrix)
    Parameters
    Type Name Description
    GfRange3d box
    GfMatrix4d matrix

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Methods

    Combine(GfBBox3d, GfBBox3d)

    Declaration
    public static GfBBox3d Combine(GfBBox3d b1, GfBBox3d b2)
    Parameters
    Type Name Description
    GfBBox3d b1
    GfBBox3d b2
    Returns
    Type Description
    GfBBox3d

    ComputeAlignedBox()

    Declaration
    public GfRange3d ComputeAlignedBox()
    Returns
    Type Description
    GfRange3d

    ComputeAlignedRange()

    Declaration
    public GfRange3d ComputeAlignedRange()
    Returns
    Type Description
    GfRange3d

    ComputeCentroid()

    Declaration
    public GfVec3d ComputeCentroid()
    Returns
    Type Description
    GfVec3d

    Dispose()

    Declaration
    public virtual void Dispose()
    Implements
    IDisposable.Dispose()

    Equals(GfBBox3d, GfBBox3d)

    Declaration
    public static bool Equals(GfBBox3d lhs, GfBBox3d rhs)
    Parameters
    Type Name Description
    GfBBox3d lhs
    GfBBox3d rhs
    Returns
    Type Description
    Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object rhs)
    Parameters
    Type Name Description
    Object rhs
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    Finalize()

    Declaration
    protected void Finalize()

    GetBox()

    Declaration
    public GfRange3d GetBox()
    Returns
    Type Description
    GfRange3d

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    GetInverseMatrix()

    Declaration
    public GfMatrix4d GetInverseMatrix()
    Returns
    Type Description
    GfMatrix4d

    GetMatrix()

    Declaration
    public GfMatrix4d GetMatrix()
    Returns
    Type Description
    GfMatrix4d

    GetRange()

    Declaration
    public GfRange3d GetRange()
    Returns
    Type Description
    GfRange3d

    GetVolume()

    Declaration
    public double GetVolume()
    Returns
    Type Description
    Double

    HasZeroAreaPrimitives()

    Declaration
    public bool HasZeroAreaPrimitives()
    Returns
    Type Description
    Boolean

    Set(GfRange3d, GfMatrix4d)

    Declaration
    public void Set(GfRange3d box, GfMatrix4d matrix)
    Parameters
    Type Name Description
    GfRange3d box
    GfMatrix4d matrix

    SetHasZeroAreaPrimitives(Boolean)

    Declaration
    public void SetHasZeroAreaPrimitives(bool hasThem)
    Parameters
    Type Name Description
    Boolean hasThem

    SetMatrix(GfMatrix4d)

    Declaration
    public void SetMatrix(GfMatrix4d matrix)
    Parameters
    Type Name Description
    GfMatrix4d matrix

    SetRange(GfRange3d)

    Declaration
    public void SetRange(GfRange3d box)
    Parameters
    Type Name Description
    GfRange3d box

    Transform(GfMatrix4d)

    Declaration
    public void Transform(GfMatrix4d matrix)
    Parameters
    Type Name Description
    GfMatrix4d matrix

    Operators

    Equality(GfBBox3d, GfBBox3d)

    Declaration
    public static bool operator ==(GfBBox3d lhs, GfBBox3d rhs)
    Parameters
    Type Name Description
    GfBBox3d lhs
    GfBBox3d rhs
    Returns
    Type Description
    Boolean

    Inequality(GfBBox3d, GfBBox3d)

    Declaration
    public static bool operator !=(GfBBox3d lhs, GfBBox3d rhs)
    Parameters
    Type Name Description
    GfBBox3d lhs
    GfBBox3d rhs
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on Thursday, October 19, 2023