|
GH_Model Constructor (GH_Model)
|
Initializes a new instance of the
GH_Model class
Namespace:
Karamba.GHopper.Models
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic GH_Model(
GH_Model other
)
Public Sub New (
other As GH_Model
)
public:
GH_Model(
GH_Model^ other
)
new :
other : GH_Model -> GH_Model
Parameters
- other
- Type: Karamba.GHopper.ModelsGH_Model
[Missing <param name="other"/> documentation for "M:Karamba.GHopper.Models.GH_Model.#ctor(Karamba.GHopper.Models.GH_Model)"]
See Also