OESetDefaultStyle
Attention
This API is currently available in C++ and Python.
OESetDefaultStyle(du: OEDesignUnitImpl) -> None
OESetDefaultStyle(du: OEDesignUnit) -> None
Applies a default visual style to all components of the design unit.
Any previously applied style is first removed (equivalent to calling
OEClearDesignUnitStyle), then element-based coloring
and component-appropriate display styles are set for each tagged
component (protein, ligand, site residues, near residues, etc.).
See also
OEClearDesignUnitStylefunctionOEDesignUnit class