<Code Lib>
2023 Method
Changes 0
M

IRebarUpdateServer.GenerateCurves

Description:
This function is supposed to calculate the bars in set based on data received in curvesData parameter.
Remarks:
This function is called in the regeneration context when at least one data in curvesData parameter was changed.

bool GenerateCurves(
	RebarCurvesData curvesData
)

Return Value bool Returns true if the curve generation was successful, false otherwise.

Loading…