Click or drag to resize

GH_ExtrusionGH_ExtrusionProxy Class

Inheritance Hierarchy
SystemObject
  Grasshopper.Kernel.TypesGH_GooProxyGH_Extrusion
    Grasshopper.Kernel.TypesGH_ExtrusionGH_ExtrusionProxy

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_ExtrusionProxy : GH_GooProxy<GH_Extrusion>

The GH_ExtrusionGH_ExtrusionProxy type exposes the following members.

Constructors
  NameDescription
Public methodGH_ExtrusionGH_ExtrusionProxy
Initializes a new instance of the GH_ExtrusionGH_ExtrusionProxy class
Top
Properties
Methods
  NameDescription
Public methodConstruct (Overrides GH_GooProxyTConstruct.)
Public methodFormatInstance
Returns a String description of the current value.
(Inherited from GH_GooProxyT.)
Public methodFromString (Overrides GH_GooProxyTFromString(String).)
Public methodMutateString
Munge a string to remove obvious errors on account of the user.
(Inherited from GH_GooProxyT.)
Protected methodNumberToString (Inherited from GH_GooProxyT.)
Protected methodStringToNumber (Inherited from GH_GooProxyT.)
Public methodToString (Inherited from GH_GooProxyT.)
Top
See Also