<Code Lib>
2027 Method
Changes 5
M

ConnectorElement.CreateConduitConnector(Document, Reference, Edge)

Description:
Create a new conduit ConnectorElement.
Remarks:
Regenerates the document.
Overloads (2):
CreateConduitConnector(Document,Reference,Edge)

public static ConnectorElement CreateConduitConnector(
	Document document,
	Reference planarFace,
	Edge edge
)

  • document
    The document to add the connector to.
  • 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 conduit ConnectorElement.

Loading…