M

FabricationPart.PlaceAsTap

Description:
Places the part by its connector to a specific position on the straight part at the specified distance from the host part connector.
Remarks:
Tap cannot be placed if it is already connected.
public static void PlaceAsTap(
	Document doc,
	Connector tapPartConn,
	Connector hostPartConn,
	double distance,
	double axisRotation,
	double secondaryAxisRotation
)