Click or drag to resize

GHUtilsconvert Method

Overload List
  NameDescription
Public methodStatic memberconvert(IGH_Goo, Line3)
Convert given item to a line. Return true if successful
Public methodStatic memberconvert(IGH_Goo, Point3)
Convert given item to Point3D. Return true in case of success.
Public methodStatic memberconvert(IGH_Goo, Vector3)
Convert given item to Vector3. Return true in case of success.
Public methodStatic memberconvert(IGH_Goo, FemMaterial)
Convert given item to FemMaterial and return true if successful.
Public methodStatic memberconvert(IGH_Goo, Brep)
Convert given item to brep and return true if successful.
Public methodStatic memberconvert(IGH_Goo, Double)
Convert given item to double and return true if successful
Public methodStatic memberconvert(IGH_Goo, Int32)
Convert given item to integer and return true if successful
Public methodStatic memberconvert(IGH_Goo, String)
Convert given item to string and return true if successful.
Top
See Also