GH_FemMaterial Class

GH-wrapper for materials of the statical model.

Definition

Namespace: Karamba.GHopper.Materials
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class GH_FemMaterial : GH_Goo<FemMaterial>
Inheritance
Object    GH_GooFemMaterial    GH_FemMaterial

Constructors

GH_FemMaterial Initializes a new instance of the GH_FemMaterial class.
GH_FemMaterial(FemMaterial) Initializes a new instance of the GH_FemMaterial class by wrapping the given material.
GH_FemMaterial(GH_FemMaterial) Initializes a new instance of the GH_FemMaterial class by shallow copy of another wrapper.

Properties

IsValid Gets a value indicating whether or not the current value is valid.
(Overrides GH_Goo.IsValid)
IsValidWhyNot Gets a string describing the state of "invalidness". If the instance is valid, then this property should return Nothing or String.Empty.
(Inherited from GH_GooFemMaterial)
TypeDescription Gets a description of the type of the implementation.
(Overrides GH_Goo.TypeDescription)
TypeName Gets the name of the type of the implementation.
(Overrides GH_Goo.TypeName)
Value Gets or sets the internal data.
(Inherited from GH_GooFemMaterial)

Methods

CastFrom Attempt a cast from generic data.
(Overrides GH_Goo.CastFrom(Object))
CastTo``1 Attempt a cast to type Q.
(Inherited from GH_GooFemMaterial)
Duplicate Make a complete duplicate of this instance. No shallow copies.
(Overrides GH_Goo.Duplicate)
EmitProxy Create a new proxy for this instance. Return Null if this class does not support proxies.
(Overrides GH_Goo.EmitProxy)
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Read Default behaviour is to return True.
(Overrides GH_Goo.Read(GH_IReader))
ScriptVariable This function will be called when the local IGH_Goo instance disappears into a user Script. This would be an excellent place to cast your IGH_Goo type to a simple data type.
(Inherited from GH_GooFemMaterial)
ToString Creates a string description of the current instance value.
(Overrides GH_Goo.ToString)
Write Default behaviour is to return True.
(Overrides GH_Goo.Write(GH_IWriter))

Fields

m_value
(Inherited from GH_GooFemMaterial)

Extension Methods

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

See Also