Skip to content

GH_PathOffset

Public Class

Represents a relative offset within a data structure.

Inheritance Hierarchy

System.Object
Grasshopper.Kernel.Data.GH_PathOffset

Namespace: Grasshopper.Kernel.Data

Assembly: Grasshopper (in Grasshopper.dll)

Syntax

public class GH_PathOffset

The GH_PathOffset type exposes the following members.

Constructors

Name

Description


Public Method

Initializes a new instance of the GH_PathOffset class


Public Method

Initializes a new instance of the GH_PathOffset class


Public Method

Initializes a new instance of the GH_PathOffset class


Public Method

Initializes a new instance of the GH_PathOffset class


Properties

Name

Description


Public Property

Gets or sets the relative offset for branch items.


Public Property

Gets or sets the ItemWrap flag.


Public Property

Gets access to the relative offsets for path indices.


Public Property

Gets or sets the PathWrap flag.


Methods

Name

Description


Public Method

Offset a path + index value without wrapping.


Public Method

Offset a path + index value with wrapping and bounds checking.


Public Method
Static Member

Public Method

Format the Path Offset.

(Overrides Object.ToString..)