Class LaminateLayerBase
- Namespace
- HyperX.Scripting
- Assembly
- HyperX.Scripting.dll
public abstract class LaminateLayerBase
- Inheritance
-
LaminateLayerBase
- Derived
-
- Inherited Members
-
Fields
_application
protected readonly Application _application
Field Value
- Application
_materialRepo
protected readonly IMaterialRepo _materialRepo
Field Value
- IMaterialRepo
Properties
Angle
public abstract double Angle { get; set; }
Property Value
- double
IsFabric
public abstract bool IsFabric { get; }
Property Value
- bool
LayerId
public abstract int LayerId { get; }
Property Value
- int
LayerMaterial
public string LayerMaterial { get; }
Property Value
- string
LayerMaterialType
public abstract MaterialType LayerMaterialType { get; }
Property Value
- MaterialType
Thickness
public abstract double Thickness { get; }
Property Value
- double
Methods
SetMaterial(int)
public bool SetMaterial(int matId)
Parameters
matId
int
Returns
- bool
SetMaterial(string)
public bool SetMaterial(string matName)
Parameters
matName
string
Returns
- bool
SetThickness(double)
public void SetThickness(double thickness)
Parameters
thickness
double