elt_feature_angle#
- part.elt_feature_angle(p0: float) int #
Specifies the angle to be used in feature angle element representation for the currently selected part(s).
- Args:
- p0:
‘ angle’ angle between adjacent polygons, above which the edge will be drawn, below which the edge will not be drawn. the range is 0.0 to 180.0 degrees
- Examples:
ensight.part.select_begin(1) ensight.part.modify_begin() ensight.part.elt_representation("feature_angle") ensight.part.elt_feature_angle(20.0) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error