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: 1.0.0.0 (1.0.0.0)
Syntax
public class Toolkit

The Toolkit type exposes the following members.

Constructors
  NameDescription
Public methodToolkit
create a new toolkit
Top
Properties
  NameDescription
Public propertyAlgorithms
factory for algorithm-related objects
Public propertyCroSec
factory for cross section-related objects
Public propertyLoad
factory for loads-related objects
Public propertyMaterial
factory for materials-related objects
Public propertyModel
factory for model-related objects
Public propertyPart
factory for part-related objects (elements, shells)
Public propertyResults
factory for results-related objects
Public propertySupport
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