2027 Method
Changes 5
M

FabricationPart.AdjustEndLength

Description:
Adjusts the length for the specified connector.
public double AdjustEndLength(
	Connector connector,
	double lengthToAdjust,
	bool totalLengthOnly
)
  • connector
    # 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 Double The adjusted length.