2021 Method
Changes 5
M

FabricationPart.AdjustEndLength

Description:
Adjusts the length for the specified connector.
public double AdjustEndLength(
	Connector partConn,
	double lengthToAdjust,
	bool totalLengthOnly
)
  • partConn
    # The connector of the fabrication part to adjust length.
  • Double
    lengthToAdjust
    The length to adjust.
  • Boolean
    totalLengthOnly
    True if adjust the total length only when adjust length.
Return Value The adjusted length. The adjusted length.