M

ElectricalSystem.NewWires

Description:
Create a bunch of wires for the electrical system.
public WireSet NewWires(
	View view,
	WiringType wiringType
)
  • view
    The view in which the wire is to be visible.
  • wiringType
    Specify the wiring type (Arc or Chamfer) that is to be applied to all newly created wires.
Return Value WireSet New created wires
  • This method can only be used to create a bunch of wires according to specific pairs of elements, so if there exists aelement in any pair of familyInstancePairs, the exception will be thrown.