示例#1
0
 public FilletGripFacesCmd(IKompasCommand extrudeHandleCmd) : base(extrudeHandleCmd)
 {
     _extrudeHandleCmd = extrudeHandleCmd;
 }
示例#2
0
 public ExtrudeGripCmd(IKompasCommand drawSketchCommand) : base(drawSketchCommand)
 {
     _drawSketchCommand = drawSketchCommand;
 }
示例#3
0
 public CutCmd(IKompasCommand drawSectionCmd, IKompasCommand drawTrajectoryCmd) : base(drawSectionCmd,
                                                                                       drawTrajectoryCmd)
 {
     _drawSectionCmd    = drawSectionCmd;
     _drawTrajectoryCmd = drawTrajectoryCmd;
 }