maintain the baseline of the curtain wall
예제 #1
0
 /// <summary>
 /// default constructor
 /// </summary>
 /// <param name="myDoc">
 /// the document of the sample
 /// </param>
 public WallGeometry(MyDocument myDoc)
 {
     m_myDocument = myDoc;
     m_drawing    = new WallDrawing(this);
 }
예제 #2
0
파일: WallGeometry.cs 프로젝트: AMEE/revit
 /// <summary>
 /// default constructor
 /// </summary>
 /// <param name="myDoc">
 /// the document of the sample
 /// </param>
 public WallGeometry(MyDocument myDoc)
 {
     m_myDocument = myDoc;
      m_drawing = new WallDrawing(this);
 }