Exemplo n.º 1
0
 internal SwSketchSpline(ISketchSpline spline, ISwDocument doc, ISwApplication app, bool created)
     : base((ISketchSegment)spline, doc, app, created)
 {
 }
Exemplo n.º 2
0
 internal SwSketchSpline(ISwDocument doc, ISketchSpline spline, bool created)
     : base(doc, (ISketchSegment)spline, created)
 {
 }
Exemplo n.º 3
0
 public ISketchSplineObject(ISketchSpline ISketchSplineinstance)
 {
     ISketchSplineInstance = ISketchSplineinstance;
 }