Changes in 2020 vs 2027 2 missing 9 changed
Flip API Versions →Missing in 2020 (only available in 2027)
Changed members
ConnectorElement.CreateConduitConnector(Document, Reference)
| document | Document | The document to add the connector to. |
| planarFace | Reference | The planar face to place the connector on. |
| → returns | ConnectorElement | The conduit ConnectorElement. |
ConnectorElement.CreateConduitConnector(Document, Reference, Edge)
| document | Document | The document to add the connector to. |
| planarFace | Reference | The planar face to place the connector on. |
| edge | Edge | One of the edges in the edge loop that defines the connector location on the planar face. |
| → returns | ConnectorElement | The conduit ConnectorElement. |
ConnectorElement.CreateDuctConnector(Document, DuctSystemType, ConnectorProfileType, Reference, Edge)
| document | Document | The document to add the connector to. |
| ductSystemType | DuctSystemType | The DuctSystemType of the connector. |
| profileShape | ConnectorProfileType | The profile shape of the duct. |
| planarFace | Reference | The planar face to place the connector on. |
| edge | Edge | One of the edges in the edge loop that defines the connector location on the planar face. |
| → returns | ConnectorElement | The duct ConnectorElement. |
ConnectorElement.CreateDuctConnector(Document, DuctSystemType, ConnectorProfileType, Reference)
| document | Document | The document to add the connector to. |
| ductSystemType | DuctSystemType | The DuctSystemType of the connector. |
| profileShape | ConnectorProfileType | The profile shape of the duct. |
| planarFace | Reference | The planar face to place the connector on. |
| → returns | ConnectorElement | The duct ConnectorElement. |
ConnectorElement.CreateElectricalConnector(Document, ElectricalSystemType, Reference)
| document | Document | The document to add the connector to. |
| electricalSystemType | ElectricalSystemType | The ElectricalSystemTYpe of the connector. |
| planarFace | Reference | The planar face to place the connector on. |
| → returns | ConnectorElement | The electrical ConnectorElement. |
ConnectorElement.CreateElectricalConnector(Document, ElectricalSystemType, Reference, Edge)
| document | Document | The document to add the connector to. |
| electricalSystemType | ElectricalSystemType | The ElectricalSystemTYpe of the connector. |
| planarFace | Reference | The planar face to place the connector on. |
| edge | Edge | One of the edges in the edge loop that defines the connector location on the planar face. |
| → returns | ConnectorElement | The electrical ConnectorElement. |
ConnectorElement.CreatePipeConnector(Document, PipeSystemType, Reference, Edge)
| document | Document | The document to add the connector to. |
| pipeSystemType | PipeSystemType | The PipeSystemType of the connector. |
| planarFace | Reference | The planar face to place the connector on. |
| edge | Edge | One of the edges in the edge loop that defines the connector location on the planar face. |
| → returns | ConnectorElement | The pipe ConnectorElement. |
ConnectorElement.CreatePipeConnector(Document, PipeSystemType, Reference)
| document | Document | The document to add the connector to. |
| pipeSystemType | PipeSystemType | The PipeSystemType of the connector. |
| planarFace | Reference | The planar face to place the connector on. |
| → returns | ConnectorElement | The pipe ConnectorElement. |
ConnectorElement.GetLinkedConnectorElement()
| → returns | nullNothingnullptr→ConnectorElement | The linked connector element. If , the connector has no link. |