Click or drag to resize

ModelLineWidth Class

Represents a Rhino model print width in mm.
Inheritance Hierarchy
SystemObject
  Grasshopper.Rhinoceros.DraftingModelLineWidth

Namespace:  Grasshopper.Rhinoceros.Drafting
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public sealed class ModelLineWidth : IGH_Goo, 
	IEquatable<ModelLineWidth>

The ModelLineWidth type exposes the following members.

Constructors
  NameDescription
Public methodModelLineWidth
Initializes a new instance of the ModelLineWidth class
Public methodModelLineWidth(Double)
Initializes a new instance of the ModelLineWidth class
Top
Properties
Methods
  NameDescription
Public methodStatic memberCast
Public methodCastFrom
Public methodCastToT
Public methodDuplicate
Public methodEmitProxy
Public methodEquals(ModelLineWidth)
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodRead
Public methodScriptVariable
Public methodToString (Overrides ObjectToString.)
Public methodWrite
Top
See Also