Model.CE_ReverseSigPoints#
- Model.CE_ReverseSigPoints(connector_id)#
Reverses the direction of a line connector.
- Parameters:
connector_id (unsigned int) – The ID of the connector.
Example#
Reverse the direction of line connector with ID 1#import hm import hm.entities as ent model = hm.Model() model.CE_ReverseSigPoints(connector_id=1)