<Code Lib>
2026 Method
Changes 0
M

PipeSettings.SetSpecificFittingAngleStatus

Description:
Sets the status of given specific angle.

public void SetSpecificFittingAngleStatus(
	double angle,
	bool bStatus
)

  • Double
    angle
    The specific angle (in degree) that must be one of 60, 45, 30, 22.5 or 11.25 degrees.
  • Boolean
    bStatus
    Status, true - using the given angle during the pipe layout.

Loading…