OrthotropicCol Class

Contains a set of all orthotropic 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 OrthotropicCol : IEnumerable<Orthotropic>, 
	IEnumerable
Inheritance
Object    OrthotropicCol
Implements
IEnumerableOrthotropic, IEnumerable

Methods

Contains Check if an orthotropic material exists in this collection.
Copy Copy an Orthotropic material.
Count 
Create Create an Orthotropic material.
Delete Delete an orthotropic 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 Orthotropic 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