Click or drag to resize

GH_MeshGH_MeshProxy Class

Inheritance Hierarchy
SystemObject
  Grasshopper.Kernel.TypesGH_GooProxyGH_Mesh
    Grasshopper.Kernel.TypesGH_MeshGH_MeshProxy

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

The GH_MeshGH_MeshProxy type exposes the following members.

Constructors
  NameDescription
Public methodGH_MeshGH_MeshProxy
Initializes a new instance of the GH_MeshGH_MeshProxy 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
If IsParsable(), then attempts to convert the string to a generic type value
(Inherited from GH_GooProxyT.)
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