public static IBody2Object CreateWireBody(ISketchSegmentObject ISketchSegmentinstance) { return(new IBody2Object(ISketchSegmentinstance.ISketchSegmentInstance.CreateWireBody())); }
public static Boolean Select2(ISketchSegmentObject ISketchSegmentinstance, Boolean Append, Int32 Mark) { return(ISketchSegmentinstance.ISketchSegmentInstance.Select2(Append, Mark)); }
public static Object GetRelations(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.GetRelations()); }
public static ISketchObject GetSketch(ISketchSegmentObject ISketchSegmentinstance) { return(new ISketchObject(ISketchSegmentinstance.ISketchSegmentInstance.GetSketch())); }
public static String IGetConstraints(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.IGetConstraints()); }
public static Boolean Select(ISketchSegmentObject ISketchSegmentinstance, Boolean AppendFlag) { return(ISketchSegmentinstance.ISketchSegmentInstance.Select(AppendFlag)); }
public static Object GetCurve(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.GetCurve()); }
public static Boolean SelectChain(ISketchSegmentObject ISketchSegmentinstance, Boolean Append, ISelectDataObject Data) { return(ISketchSegmentinstance.ISketchSegmentInstance.SelectChain(Append, Data?.ISelectDataInstance.CastObj <SelectData>())); }
public static Boolean EqualSegment(ISketchSegmentObject ISketchSegmentinstance, Int32 SketchType, Int32 SegmentPoints) { return(ISketchSegmentinstance.ISketchSegmentInstance.EqualSegment(SketchType, SegmentPoints)); }
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); }
public static Boolean IsBendLine(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.IsBendLine()); }
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); }
public static ISketchPathObject IGetSketchPaths(ISketchSegmentObject ISketchSegmentinstance, Int32 Count) { return(new ISketchPathObject(ISketchSegmentinstance.ISketchSegmentInstance.IGetSketchPaths(Count))); }
public static Object GetSketchPaths(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.GetSketchPaths()); }
public static Int32 Status(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.Status); }
public static String GetName(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.GetName()); }
public static Int32 IGetID(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.IGetID()); }
public static String Layer(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.Layer); }
public static Boolean DeSelect(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.DeSelect()); }
public static Int32 LayerOverride(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.LayerOverride); }
public static ICurveObject IGetCurve(ISketchSegmentObject ISketchSegmentinstance) { return(new ICurveObject(ISketchSegmentinstance.ISketchSegmentInstance.IGetCurve())); }
public static Int32 Color(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.Color); }
public static Int32 IGetConstraintsCount(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.IGetConstraintsCount()); }
public static Int32 GetType(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.GetType()); }
public static Double GetLength(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.GetLength()); }
public static Int32 Width(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.Width); }
public static Boolean Select3(ISketchSegmentObject ISketchSegmentinstance, Boolean Append, Int32 Mark, ICalloutObject Callout) { return(ISketchSegmentinstance.ISketchSegmentInstance.Select3(Append, Mark, Callout?.ICalloutInstance?.CastObj <Callout>())); }
public static Boolean ConstructionGeometry(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.ConstructionGeometry); }
public static Int32 GetRelationsCount(ISketchSegmentObject ISketchSegmentinstance) { return(ISketchSegmentinstance.ISketchSegmentInstance.GetRelationsCount()); }
public static ISketchRelationObject IGetRelations(ISketchSegmentObject ISketchSegmentinstance, Int32 Count) { return(new ISketchRelationObject(ISketchSegmentinstance.ISketchSegmentInstance.IGetRelations(Count))); }