Exemplo n.º 1
0
 public static IBody2Object CreateWireBody(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(new IBody2Object(ISketchSegmentinstance.ISketchSegmentInstance.CreateWireBody()));
 }
Exemplo n.º 2
0
 public static Boolean Select2(ISketchSegmentObject ISketchSegmentinstance, Boolean Append, Int32 Mark)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.Select2(Append, Mark));
 }
Exemplo n.º 3
0
 public static Object GetRelations(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.GetRelations());
 }
Exemplo n.º 4
0
 public static ISketchObject GetSketch(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(new ISketchObject(ISketchSegmentinstance.ISketchSegmentInstance.GetSketch()));
 }
Exemplo n.º 5
0
 public static String IGetConstraints(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.IGetConstraints());
 }
Exemplo n.º 6
0
 public static Boolean Select(ISketchSegmentObject ISketchSegmentinstance, Boolean AppendFlag)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.Select(AppendFlag));
 }
Exemplo n.º 7
0
 public static Object GetCurve(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.GetCurve());
 }
Exemplo n.º 8
0
 public static Boolean SelectChain(ISketchSegmentObject ISketchSegmentinstance, Boolean Append, ISelectDataObject Data)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.SelectChain(Append, Data?.ISelectDataInstance.CastObj <SelectData>()));
 }
Exemplo n.º 9
0
 public static Boolean EqualSegment(ISketchSegmentObject ISketchSegmentinstance, Int32 SketchType, Int32 SegmentPoints)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.EqualSegment(SketchType, SegmentPoints));
 }
Exemplo n.º 10
0
 public static void JogLine(ISketchSegmentObject ISketchSegmentinstance, Double XOnLine, Double YOnLine, Double ZOnLine, Double XOnJog, Double YOnJog, Double ZOnJog)
 {
     ISketchSegmentinstance.ISketchSegmentInstance.JogLine(XOnLine, YOnLine, ZOnLine, XOnJog, YOnJog, ZOnJog);
 }
Exemplo n.º 11
0
 public static Boolean IsBendLine(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.IsBendLine());
 }
Exemplo n.º 12
0
 public static void SplitEntity(ISketchSegmentObject ISketchSegmentinstance, Double X, Double Y, Double Z, Double ClosedX, Double ClosedY, Double ClosedZ)
 {
     ISketchSegmentinstance.ISketchSegmentInstance.SplitEntity(X, Y, Z, ClosedX, ClosedY, ClosedZ);
 }
Exemplo n.º 13
0
 public static ISketchPathObject IGetSketchPaths(ISketchSegmentObject ISketchSegmentinstance, Int32 Count)
 {
     return(new ISketchPathObject(ISketchSegmentinstance.ISketchSegmentInstance.IGetSketchPaths(Count)));
 }
Exemplo n.º 14
0
 public static Object GetSketchPaths(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.GetSketchPaths());
 }
Exemplo n.º 15
0
 public static Int32 Status(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.Status);
 }
Exemplo n.º 16
0
 public static String GetName(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.GetName());
 }
Exemplo n.º 17
0
 public static Int32 IGetID(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.IGetID());
 }
Exemplo n.º 18
0
 public static String Layer(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.Layer);
 }
Exemplo n.º 19
0
 public static Boolean DeSelect(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.DeSelect());
 }
Exemplo n.º 20
0
 public static Int32 LayerOverride(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.LayerOverride);
 }
Exemplo n.º 21
0
 public static ICurveObject IGetCurve(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(new ICurveObject(ISketchSegmentinstance.ISketchSegmentInstance.IGetCurve()));
 }
Exemplo n.º 22
0
 public static Int32 Color(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.Color);
 }
Exemplo n.º 23
0
 public static Int32 IGetConstraintsCount(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.IGetConstraintsCount());
 }
Exemplo n.º 24
0
 public static Int32 GetType(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.GetType());
 }
Exemplo n.º 25
0
 public static Double GetLength(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.GetLength());
 }
Exemplo n.º 26
0
 public static Int32 Width(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.Width);
 }
Exemplo n.º 27
0
 public static Boolean Select3(ISketchSegmentObject ISketchSegmentinstance, Boolean Append, Int32 Mark, ICalloutObject Callout)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.Select3(Append, Mark, Callout?.ICalloutInstance?.CastObj <Callout>()));
 }
Exemplo n.º 28
0
 public static Boolean ConstructionGeometry(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.ConstructionGeometry);
 }
Exemplo n.º 29
0
 public static Int32 GetRelationsCount(ISketchSegmentObject ISketchSegmentinstance)
 {
     return(ISketchSegmentinstance.ISketchSegmentInstance.GetRelationsCount());
 }
Exemplo n.º 30
0
 public static ISketchRelationObject IGetRelations(ISketchSegmentObject ISketchSegmentinstance, Int32 Count)
 {
     return(new ISketchRelationObject(ISketchSegmentinstance.ISketchSegmentInstance.IGetRelations(Count)));
 }