docs.unity3d.com
    Show / Hide Table of Contents

    Class GfVec3dVector

    Inheritance
    Object
    GfVec3dVector
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: pxr
    Syntax
    public class GfVec3dVector : IDisposable, IEnumerable<GfVec3d>, IEnumerable

    Constructors

    GfVec3dVector()

    Declaration
    public GfVec3dVector()

    GfVec3dVector(GfVec3dVector)

    Declaration
    public GfVec3dVector(GfVec3dVector other)
    Parameters
    Type Name Description
    GfVec3dVector other

    GfVec3dVector(ICollection)

    Declaration
    public GfVec3dVector(ICollection c)
    Parameters
    Type Name Description
    ICollection c

    GfVec3dVector(Int32)

    Declaration
    public GfVec3dVector(int capacity)
    Parameters
    Type Name Description
    Int32 capacity

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Properties

    Capacity

    Declaration
    public int Capacity { get; set; }
    Property Value
    Type Description
    Int32

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32

    IsFixedSize

    Declaration
    public bool IsFixedSize { get; }
    Property Value
    Type Description
    Boolean

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    Boolean

    IsSynchronized

    Declaration
    public bool IsSynchronized { get; }
    Property Value
    Type Description
    Boolean

    Item[Int32]

    Declaration
    public GfVec3d this[int index] { get; set; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    GfVec3d

    Methods

    Add(GfVec3d)

    Declaration
    public void Add(GfVec3d x)
    Parameters
    Type Name Description
    GfVec3d x

    AddRange(GfVec3dVector)

    Declaration
    public void AddRange(GfVec3dVector values)
    Parameters
    Type Name Description
    GfVec3dVector values

    Clear()

    Declaration
    public void Clear()

    CopyTo(GfVec3d[])

    Declaration
    public void CopyTo(GfVec3d[] array)
    Parameters
    Type Name Description
    GfVec3d[] array

    CopyTo(GfVec3d[], Int32)

    Declaration
    public void CopyTo(GfVec3d[] array, int arrayIndex)
    Parameters
    Type Name Description
    GfVec3d[] array
    Int32 arrayIndex

    CopyTo(Int32, GfVec3d[], Int32, Int32)

    Declaration
    public void CopyTo(int index, GfVec3d[] array, int arrayIndex, int count)
    Parameters
    Type Name Description
    Int32 index
    GfVec3d[] array
    Int32 arrayIndex
    Int32 count

    Dispose()

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

    Finalize()

    Declaration
    protected void Finalize()

    GetEnumerator()

    Declaration
    public GfVec3dVector.GfVec3dVectorEnumerator GetEnumerator()
    Returns
    Type Description
    GfVec3dVector.GfVec3dVectorEnumerator

    GetRange(Int32, Int32)

    Declaration
    public GfVec3dVector GetRange(int index, int count)
    Parameters
    Type Name Description
    Int32 index
    Int32 count
    Returns
    Type Description
    GfVec3dVector

    Insert(Int32, GfVec3d)

    Declaration
    public void Insert(int index, GfVec3d x)
    Parameters
    Type Name Description
    Int32 index
    GfVec3d x

    InsertRange(Int32, GfVec3dVector)

    Declaration
    public void InsertRange(int index, GfVec3dVector values)
    Parameters
    Type Name Description
    Int32 index
    GfVec3dVector values

    RemoveAt(Int32)

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    Int32 index

    RemoveRange(Int32, Int32)

    Declaration
    public void RemoveRange(int index, int count)
    Parameters
    Type Name Description
    Int32 index
    Int32 count

    Repeat(GfVec3d, Int32)

    Declaration
    public static GfVec3dVector Repeat(GfVec3d value, int count)
    Parameters
    Type Name Description
    GfVec3d value
    Int32 count
    Returns
    Type Description
    GfVec3dVector

    Reverse()

    Declaration
    public void Reverse()

    Reverse(Int32, Int32)

    Declaration
    public void Reverse(int index, int count)
    Parameters
    Type Name Description
    Int32 index
    Int32 count

    SetRange(Int32, GfVec3dVector)

    Declaration
    public void SetRange(int index, GfVec3dVector values)
    Parameters
    Type Name Description
    Int32 index
    GfVec3dVector values

    Explicit Interface Implementations

    IEnumerable<GfVec3d>.GetEnumerator()

    Declaration
    IEnumerator<GfVec3d> IEnumerable<GfVec3d>.GetEnumerator()
    Returns
    Type Description
    IEnumerator<GfVec3d>
    Implements
    IEnumerable<T>.GetEnumerator()

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    IEnumerator
    Implements
    IEnumerable.GetEnumerator()
    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