Click or drag to resize

RadiationHardeningLayer Class

An assignment of a material to a layer with given thickness in mm for a radiation hardening workflow.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25.Charging.WorkflowRadiationHardeningLayer

Namespace: ema3d.Api.V25.Charging.Workflow
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public class RadiationHardeningLayer

The RadiationHardeningLayer type exposes the following members.

Properties
 NameDescription
Public propertyDivisions Number of divisions to create within the layer.
Public propertyMaterial Material of the layer.
Public propertyThickness Thickness of the layer in mm.
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates a new RadiationHardeningLayer.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also