Click or drag to resize

ModelHatchLine Class

Represents a Rhino model hatch line.
Inheritance Hierarchy
SystemObject
  Grasshopper.RhinocerosModelValue
    Grasshopper.Rhinoceros.DraftingModelHatchLine

Namespace:  Grasshopper.Rhinoceros.Drafting
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public sealed class ModelHatchLine : ModelValue

The ModelHatchLine type exposes the following members.

Constructors
  NameDescription
Public methodModelHatchLine
Initializes a new instance of the ModelHatchLine class
Public methodModelHatchLine(ModelHatchLineAttributes)
Initializes a new instance of the ModelHatchLine class
Public methodModelHatchLine(HatchLine)
Initializes a new instance of the ModelHatchLine class
Top
Properties
  NameDescription
Public propertyAngle
Public propertyBase
Public propertyOffset
Public propertySegments
Top
Methods
  NameDescription
Public methodStatic memberCast
Public methodCastToT (Inherited from ModelValue.)
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodToAttributes
Public methodToHatchLine
Public methodTooltipString (Inherited from ModelValue.)
Public methodToString (Overrides ModelValueToString.)
Top
Operators
See Also