Example #1
0
 public static Int32 CenterArcDirection(ISketchSlotObject ISketchSlotinstance)
 {
     return(ISketchSlotinstance.ISketchSlotInstance.CenterArcDirection);
 }
Example #2
0
 public static Int32 CreationType(ISketchSlotObject ISketchSlotinstance)
 {
     return(ISketchSlotinstance.ISketchSlotInstance.CreationType);
 }
Example #3
0
 public static Double Length(ISketchSlotObject ISketchSlotinstance)
 {
     return(ISketchSlotinstance.ISketchSlotInstance.Length);
 }
Example #4
0
 public static Int32 LengthType(ISketchSlotObject ISketchSlotinstance)
 {
     return(ISketchSlotinstance.ISketchSlotInstance.LengthType);
 }
Example #5
0
 public static Object GetSlotPoints(ISketchSlotObject ISketchSlotinstance)
 {
     return(ISketchSlotinstance.ISketchSlotInstance.GetSlotPoints());
 }
Example #6
0
 public static ISketchPointObject GetCenterPointHandle(ISketchSlotObject ISketchSlotinstance)
 {
     return(new ISketchPointObject(ISketchSlotinstance.ISketchSlotInstance.GetCenterPointHandle()));
 }
Example #7
0
 public static IMathPointObject GetCenterPoint(ISketchSlotObject ISketchSlotinstance)
 {
     return(new IMathPointObject(ISketchSlotinstance.ISketchSlotInstance.GetCenterPoint()));
 }