Exemplo n.º 1
0
 public void CodePlaneWithPoint3d(ref PlaneWithPoint3d v)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void CodePlaneWithPoint3d(ref PlaneWithPoint3d v)
 {
     CodeV3d(ref v.Normal); CodeV3d(ref v.Point);
 }
Exemplo n.º 3
0
 public void CodePlaneWithPoint3d(ref PlaneWithPoint3d v)
 {
     AddValue(v.ToString());
 }