Beispiel #1
0
 public GripPoint(GripPointType type, CADPoint position)
 {
     this.Type     = type;
     this.Position = position;
 }
Beispiel #2
0
 /// <summary>
 /// 构造函数
 /// </summary>
 public GripPoint(GripPointType type, LitMath.Vector2 position)
 {
     _type     = type;
     _position = position;
 }
Beispiel #3
0
 public void ChangeGrip(GripHandType hand, GripPointType destination)
 {
 }