<Code Lib>
2027 Method
Changes 3
M

ConnectorElement.ChangeHostReference(Reference, Edge)

Description:
Changes the connector host reference to a new planar face and a new edge loop.
Remarks:
The connector referenced by an edge loop has the fixed origin as defined by the edge loop.
Overloads (2):
ChangeHostReference(Reference,Edge)

public void ChangeHostReference(
	Reference planarFace,
	Edge edge
)

  • planarFace
    The planar face to place the connector on.
  • edge
    One of the edges in the edge loop that defines the new connector location on the planar face.

Loading…