IsotropicCol Class

Contains a set of all isotropic materials in a database.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public sealed class IsotropicCol : IEnumerable<Isotropic>, 
	IEnumerable
Inheritance
Object    IsotropicCol
Implements
IEnumerableIsotropic, IEnumerable

Methods

Contains Check if an isotropic material exists in this collection.
Copy Copy an Isotropic material.
Count 
Create Create an Isotropic material.
Delete Delete an isotropic material by name. Returns false if the method the material is not found.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Get Look up an Isotropic material by its name.
GetEnumerator 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also