SysMLTools# class ansys.sam.sysml2.tools.sysmltools.SysMLTools# Provides the static class for all SysML tools. Overview# Static methods isinstance Check the type of an element. Import detail# from ansys.sam.sysml2.tools.sysmltools import SysMLTools Method detail# static SysMLTools.isinstance(element, element_type: str) → bool# Check the type of an element. Parameters: elementSysMLElementElement to check. element_typestrSysML class name. Returns: boolTrue if yes, False otherwise.