|
|
GHUtilsconvert Method |
| Name | Description | |
|---|---|---|
| convert(IGH_Goo, Line3) |
Convert given item to a line. Return true if successful
| |
| convert(IGH_Goo, Point3) |
Convert given item to Point3D. Return true in case of success.
| |
| convert(IGH_Goo, Vector3) |
Convert given item to Vector3. Return true in case of success.
| |
| convert(IGH_Goo, FemMaterial) |
Convert given item to FemMaterial and return true if successful.
| |
| convert(IGH_Goo, Brep) |
Convert given item to brep and return true if successful.
| |
| convert(IGH_Goo, Double) |
Convert given item to double and return true if successful
| |
| convert(IGH_Goo, Int32) |
Convert given item to integer and return true if successful
| |
| convert(IGH_Goo, String) |
Convert given item to string and return true if successful.
|