You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an enhancement, add ColorLike = Union[Color, str] and allow CCS strings as .color attribute, e.g. obj.color="aliceblue"
Note:Open cascade color names and CSS color names are not identical. Open cascade has most of the CSS names, but e.g. not "crimson", but it does have the same color with different prefixes ("1", "2", "3", "4") that have different vales
The text was updated successfully, but these errors were encountered:
As an enhancement, add
ColorLike = Union[Color, str]
and allow CCS strings as.color
attribute, e.g.obj.color="aliceblue"
Note: Open cascade color names and CSS color names are not identical. Open cascade has most of the CSS names, but e.g. not "crimson", but it does have the same color with different prefixes ("1", "2", "3", "4") that have different vales
The text was updated successfully, but these errors were encountered: