Ejemplo n.º 1
0
 public NodePointArc3PointPoint(Arc3Point owner, Arc3Point.eCurrentPoint curpoint)
 {
     m_owner             = owner;
     m_clone             = m_owner.Clone() as Arc3Point;
     m_owner.Selected    = false;
     m_clone.Selected    = true;
     m_originalPoints[0] = m_owner.P1;
     m_originalPoints[1] = m_owner.P2;
     m_originalPoints[2] = m_owner.P3;
     m_curPoint          = curpoint;
 }
Ejemplo n.º 2
0
 public NodePointArc3PointPoint(Arc3Point owner, Arc3Point.eCurrentPoint curpoint)
 {
     m_owner = owner;
     m_clone = m_owner.Clone() as Arc3Point;
     m_owner.Selected = false;
     m_clone.Selected = true;
     m_originalPoints[0] = m_owner.P1;
     m_originalPoints[1] = m_owner.P2;
     m_originalPoints[2] = m_owner.P3;
     m_curPoint = curpoint;
 }