Aggiunto arc element per Frame e Sash (da rivedere)
This commit is contained in:
@@ -601,9 +601,11 @@ namespace WebWindowComplex
|
||||
new Joint(frame, 3, Joints.FULL_H),
|
||||
new Joint(frame, 4, Joints.FULL_H)
|
||||
};
|
||||
FrameArcElement ae = new FrameArcElement(frame, window, 10, true, true);
|
||||
JsonWindow jsonWindow = new JsonWindow("Profilo78", "Pino", "Black", "Vetro BE 2S 4T/16/4T");
|
||||
JsonFrame jsonFrame = new JsonFrame(Shapes.RECTANGLE, false, 0, 1);
|
||||
jsonWindow.AreaList.Add(jsonFrame);
|
||||
jsonFrame.ArcElement = ae.Serialize();
|
||||
foreach (var Dimension in DimensionList)
|
||||
jsonFrame.DimensionList.Add(Dimension.Serialize());
|
||||
foreach (var Joint in JointList)
|
||||
|
||||
Reference in New Issue
Block a user