Sketch the profile of beam system on canvas Code here have nothing with Revit API
Наследование: ObjectSketch
Пример #1
0
 /// <summary>
 /// constructor
 /// </summary>
 /// <param name="data">data related to UI</param>
 public BeamSystemForm(BeamSystemData data)
 {
     InitializeComponent();
     m_data = data;
     // bound PictureBox to display the profile
     m_sketch = new BeamSystemSketch(previewPictureBox);
 }
Пример #2
0
 /// <summary>
 /// constructor
 /// </summary>
 /// <param name="data">data related to UI</param>
 public BeamSystemForm(BeamSystemData data)
 {
     InitializeComponent();
     m_data = data;
     // bound PictureBox to display the profile
     m_sketch = new BeamSystemSketch(previewPictureBox);
 }