CSProperties

Module for all Properties like metal, material, propes and dumps

Notes

Usually it is not meant to create properties manually, but instead use the ContinuousStructure object to create properties using the e.g. AddMaterial or AddMetal methods.

Examples

Create a metal property:

>>> pset  = ParameterObjects.ParameterSet()
>>> metal = CSProperties.CSPropMetal(pset)

List of Properties: