Sketch the profile of beam system on canvas Code here have nothing with Revit API
Inheritance: ObjectSketch
Esempio n. 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);
 }
Esempio n. 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);
 }