get_element_laminate_offset#
- CompositeModel.get_element_laminate_offset(element_id, composite_definition_label=None)#
Get the laminate offset of an element.
THis method returns
Noneif the element is not layered.- Parameters:
element_id (
int) – Element ID or label.composite_definition_label (
Optional[str], default:None) – Label of the composite definition, which is the dictionary key in theContinuousFiberCompositesFiles.compositeattribute. This parameter is only required for assemblies. See the note about assemblies in the description for theCompositeModelclass.
- Return type:
Optional[float64]