2026 Method
Changes 5
M

ConnectorElement.CreatePipeConnector

Description:
Create a new pipe ConnectorElement with a face and an edge.
Remarks:
Regenerates the document.
Overloads (2):
CreatePipeConnector(Document,PipeSystemType,Reference,Edge)
public static ConnectorElement CreatePipeConnector(
	Document document,
	PipeSystemType pipeSystemType,
	Reference planarFace,
	Edge edge
)
  • document
    The document to add the connector to.
  • pipeSystemType
    The PipeSystemType of the connector.
  • planarFace
    The planar face to place the connector on.
  • edge
    One of the edges in the edge loop that defines the connector location on the planar face.
Return Value ConnectorElement The pipe ConnectorElement.