Default_Material_Table Class

Default version of the material table.

Definition

Namespace: Karamba.GHopper.Materials
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public sealed class Default_Material_Table
Inheritance
Object    Default_Material_Table

Properties

Instance Gets the instance of the default material table singleton.

Methods

ClearSingleton remove the material table singleton so that it can be re-instantiated.
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns a string that represents the current object.
(Inherited from Object)

Fields

gh_materials List of materials of the default table.

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also