예제 #1
0
 public static Boolean Select3(ISketchPointObject ISketchPointinstance, Boolean Append, Int32 Mark, ICalloutObject Callout)
 {
     return(ISketchPointinstance.ISketchPointInstance.Select3(Append, Mark, Callout?.ICalloutInstance?.CastObj <Callout>()));
 }
예제 #2
0
 //public static Boolean ISetFramePointTangent(ISketchPointObject ISketchPointinstance, Double& ToVector)
 //{
 //    return ISketchPointinstance.ISketchPointInstance.ISetFramePointTangent(ToVector);
 //}
 public static ISketchObject GetSketch(ISketchPointObject ISketchPointinstance)
 {
     return(new ISketchObject(ISketchPointinstance.ISketchPointInstance.GetSketch()));
 }
예제 #3
0
 public static Boolean Select2(ISketchPointObject ISketchPointinstance, Boolean Append, Int32 Mark)
 {
     return(ISketchPointinstance.ISketchPointInstance.Select2(Append, Mark));
 }
예제 #4
0
 public static Boolean SetCoords(ISketchPointObject ISketchPointinstance, Double Xx, Double Yy, Double Zz)
 {
     return(ISketchPointinstance.ISketchPointInstance.SetCoords(Xx, Yy, Zz));
 }
예제 #5
0
 //public static Object GetFramePointTangent(ISketchPointObject ISketchPointinstance, Boolean& Status)
 //{
 //    return ISketchPointinstance.ISketchPointInstance.GetFramePointTangent(Status);
 //}
 //public static Double IGetFramePointTangent(ISketchPointObject ISketchPointinstance, Boolean& Status)
 //{
 //    return ISketchPointinstance.ISketchPointInstance.IGetFramePointTangent(Status);
 //}
 public static Boolean SetFramePointTangent(ISketchPointObject ISketchPointinstance, Object ToVector)
 {
     return(ISketchPointinstance.ISketchPointInstance.SetFramePointTangent(ToVector));
 }
예제 #6
0
 public static ISketchRelationObject IGetRelations(ISketchPointObject ISketchPointinstance, Int32 Count)
 {
     return(new ISketchRelationObject(ISketchPointinstance.ISketchPointInstance.IGetRelations(Count)));
 }
예제 #7
0
 public static Double Z(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.Z);
 }
예제 #8
0
 public static Double GetCoords(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.GetCoords());
 }
예제 #9
0
 public static Int32 IGetID(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.IGetID());
 }
예제 #10
0
 public static Int32 Status(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.Status);
 }
예제 #11
0
 public static Int32 Type(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.Type);
 }
예제 #12
0
 public static Int32 Color(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.Color);
 }
예제 #13
0
 public static Int32 LayerOverride(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.LayerOverride);
 }
예제 #14
0
 public static String Layer(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.Layer);
 }
예제 #15
0
 public static Object GetRelations(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.GetRelations());
 }
예제 #16
0
 public static Boolean Select(ISketchPointObject ISketchPointinstance, Boolean AppendFlag)
 {
     return(ISketchPointinstance.ISketchPointInstance.Select(AppendFlag));
 }
예제 #17
0
 public static Int32 GetRelationsCount(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.GetRelationsCount());
 }
예제 #18
0
 public static Boolean DeSelect(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.DeSelect());
 }
 public static Int32 ConnectionType(IStructuralMemberFeatureDataObject IStructuralMemberFeatureDatainstance, ISketchPointObject SketchPoint)
 {
     return(IStructuralMemberFeatureDatainstance.IStructuralMemberFeatureDataInstance.ConnectionType[SketchPoint.ISketchPointInstance.CastObj <SketchPoint>()]);
 }
예제 #20
0
 public static Boolean Select4(ISketchPointObject ISketchPointinstance, Boolean Append, ISelectDataObject Data)
 {
     return(ISketchPointinstance.ISketchPointInstance.Select4(Append, Data?.ISelectDataInstance?.CastObj <SelectData>()));
 }