Class GfVec3dVector.GfVec3dVectorEnumerator
Namespace: pxr
Syntax
public sealed class GfVec3dVectorEnumerator : IEnumerator<GfVec3d>, IDisposable, IEnumerator
Constructors
GfVec3dVectorEnumerator(GfVec3dVector)
Declaration
public GfVec3dVectorEnumerator(GfVec3dVector collection)
Parameters
| Type | Name | Description |
|---|---|---|
| GfVec3dVector | collection |
Properties
Current
Declaration
public GfVec3d Current { get; }
Property Value
| Type | Description |
|---|---|
| GfVec3d |
Methods
Dispose()
Declaration
public void Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| Boolean |
Reset()
Declaration
public void Reset()