Class FoldedPlateData
- Namespace
 - IdeaRS.OpenModel.Connection
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Provides data of the folded plate
public class FoldedPlateDataInheritance
Inherited Members
Properties
Bends
List of bends connected plates of foldedplate
public List<BendData> Bends { get; set; }Property Value
Plates
List of plates belong to folded plate
public List<PlateData> Plates { get; set; }