Model.CE_RemoveSigPoints#
- Model.CE_RemoveSigPoints(ce_id)#
Removes significant points from a connector.
- Parameters:
ce_id (unsigned int) – The ID of the connector from which to remove the significant points.
Example#
Remove the significant points from connector ID 10#import hm import hm.entities as ent model = hm.Model() model.CE_RemoveSigPoints(ce_id=10)