Click or drag to resize

Toolkit Class

Bundles the mayor commands and class-creation of the Karamba3D library. use this class for setting up your models. The provided methods for object creation provide suitable default values and will not change - at least not much - their signature in the future.
Inheritance Hierarchy
SystemObject
  KarambaCommonToolkit

Namespace:  KarambaCommon
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public class Toolkit

The Toolkit type exposes the following members.

Constructors
  NameDescription
Public methodToolkit
Initializes a new instance of the Toolkit class. create a new toolkit.
Top
Properties
  NameDescription
Public propertyAlgorithms
Gets factory for algorithm-related objects.
Public propertyCroSec
Gets factory for cross section-related objects.
Public propertyLoad
Gets factory for loads-related objects.
Public propertyMaterial
Gets factory for materials-related objects.
Public propertyModel
Gets factory for model-related objects.
Public propertyPart
Gets factory for part-related objects (elements, shells).
Public propertyResults
Gets factory for results-related objects.
Public propertySupport
Gets factory for supports-related objects.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also