GH_PathOffset Constructor (IEnumerableInt32, Int32, Boolean, Boolean) |
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic GH_PathOffset(
IEnumerable<int> pathShift,
int itemShift,
bool pathWrap,
bool itemWrap
)
Public Sub New (
pathShift As IEnumerable(Of Integer),
itemShift As Integer,
pathWrap As Boolean,
itemWrap As Boolean
)
Parameters
- pathShift
- Type: System.Collections.GenericIEnumerableInt32
- itemShift
- Type: SystemInt32
- pathWrap
- Type: SystemBoolean
- itemWrap
- Type: SystemBoolean
See Also