Model.realizecontactsurfstosets#
- Model.realizecontactsurfstosets(card_image)#
Realizes all contact surfaces of a given card image to segment sets.
- Parameters:
card_image (hwString) – The card image of the contact surfaces to realize.
Example#
Realize contact surfaces with cardimage “ SURF “ to segment sets in Optistruct profile#import hm import hm.entities as ent model = hm.Model() model.realizecontactsurfstosets(card_image="SURF")