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