<Code Lib>
2020 Method
Changes 0
M

DuctSettings.SetSpecificFittingAngleStatus

Description:
Sets the status of given specific angle.

public void SetSpecificFittingAngleStatus(
	double angle,
	bool useInLayout
)

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

Loading…