/*bool firstRotPoint;
 MathPoint startPoint;
 MathPoint endPoint;
 */
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="att">The attachment to be used</param>
 /// <param name="swApp">The Solidworks App</param>
 public AttachmentPMPage(DirectionalAttachment att, SldWorks swApp)
 {
     currentAttachment = att;
     this.swApp = swApp;
     modelDoc = swApp.ActiveDoc;
     swModeler = swApp.GetModeler();
     SetupPage();
 }