<Code Lib>
2025 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.
  • lengthToAdjust
    The length to adjust.
  • totalLengthOnly
    True if adjust the total length only when adjust length.
Return Value Double The adjusted length.

Loading…