Karamba3D API Reference
C#
VB
C++
F#
Show/Hide TOC
Model Constructor
Initializes a new instance of the
Model
class. create a new, empty model.
Definition
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
Copy
public
Model
()
VB
Copy
Public
Sub
New
C++
Copy
public
:
Model
()
F#
Copy
new
:
unit
->
Model
See Also
Reference
Model Class
Model Overload
Karamba.Models Namespace
In This Article
Definition
See Also