Skip to content

Commit 95d8cf4

Browse files
committed
Add warning for toe radius not being supported in Lusas
1 parent 9259df6 commit 95d8cf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lusas_Adapter/CRUD/Create/Properties/GeometricLine.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ private bool CreateProfile(string name, ISectionProfile profile)
257257
int lusasType = 5;
258258
CreateLibrarySection(name, dimensionArray, lusasType);
259259

260+
Engine.Base.Compute.RecordWarning("Toe radius not supported in Lusas. 0 is used for toe radius");
261+
260262
return true;
261263
}
262264

0 commit comments

Comments
 (0)