<Code Lib>
2027 Method
Changes 5
M

ConnectorElement.CreateElectricalConnector(Document, ElectricalSystemType, Reference, Edge)

Description:
Create a new electrical ConnectorElement.
Remarks:
Regenerates the document.
Overloads (2):
CreateElectricalConnector(Document,ElectricalSystemType,Reference,Edge)

public static ConnectorElement CreateElectricalConnector(
	Document document,
	ElectricalSystemType electricalSystemType,
	Reference planarFace,
	Edge edge
)

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

Loading…