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
propagate connection geometry from python to c api (#1569)
* add connection geometry to internal json structure
* set connection geometry
* propagate connector_info to internal json
* set ConnectorGeometry for component connectors
* set ConnectorGeometry from top level system connectors
raiseRuntimeError(f"Failed to add oms_addSubModel: {status}")
122
121
export_name=".".join(comp["name"])
123
122
#print(f"Setting export name for {comp_path} to {export_name}")
123
+
124
+
## parse connector geometry for the component if exist and set it to capi after adding the component, this is needed for proper mapping of connector geometry
0 commit comments