Click or drag to resize

Material_Default Class

class for managing default materials. There is only one instance per default material
Inheritance Hierarchy
SystemObject
  Karamba.MaterialsMaterial_Default

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Material_Default

The Material_Default type exposes the following members.

Properties
  NameDescription
Public propertyconcr
default concrete material
Public propertyreinf_steel
default reinforcement steel material
Public propertysteel
default steel material
Top
Methods
  NameDescription
Public methodaddTo
add default materials to the list of materials and set their index
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.)
Public methodStatic memberInstance
Get instance of the MaterialDefault singleton
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