Exemplo n.º 1
0
 public static Boolean Select3(ISketchPointObject ISketchPointinstance, Boolean Append, Int32 Mark, ICalloutObject Callout)
 {
     return(ISketchPointinstance.ISketchPointInstance.Select3(Append, Mark, Callout?.ICalloutInstance?.CastObj <Callout>()));
 }
Exemplo n.º 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()));
 }
Exemplo n.º 3
0
 public static Boolean Select2(ISketchPointObject ISketchPointinstance, Boolean Append, Int32 Mark)
 {
     return(ISketchPointinstance.ISketchPointInstance.Select2(Append, Mark));
 }
Exemplo n.º 4
0
 public static Boolean SetCoords(ISketchPointObject ISketchPointinstance, Double Xx, Double Yy, Double Zz)
 {
     return(ISketchPointinstance.ISketchPointInstance.SetCoords(Xx, Yy, Zz));
 }
Exemplo n.º 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));
 }
Exemplo n.º 6
0
 public static ISketchRelationObject IGetRelations(ISketchPointObject ISketchPointinstance, Int32 Count)
 {
     return(new ISketchRelationObject(ISketchPointinstance.ISketchPointInstance.IGetRelations(Count)));
 }
Exemplo n.º 7
0
 public static Double Z(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.Z);
 }
Exemplo n.º 8
0
 public static Double GetCoords(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.GetCoords());
 }
Exemplo n.º 9
0
 public static Int32 IGetID(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.IGetID());
 }
Exemplo n.º 10
0
 public static Int32 Status(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.Status);
 }
Exemplo n.º 11
0
 public static Int32 Type(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.Type);
 }
Exemplo n.º 12
0
 public static Int32 Color(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.Color);
 }
Exemplo n.º 13
0
 public static Int32 LayerOverride(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.LayerOverride);
 }
Exemplo n.º 14
0
 public static String Layer(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.Layer);
 }
Exemplo n.º 15
0
 public static Object GetRelations(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.GetRelations());
 }
Exemplo n.º 16
0
 public static Boolean Select(ISketchPointObject ISketchPointinstance, Boolean AppendFlag)
 {
     return(ISketchPointinstance.ISketchPointInstance.Select(AppendFlag));
 }
Exemplo n.º 17
0
 public static Int32 GetRelationsCount(ISketchPointObject ISketchPointinstance)
 {
     return(ISketchPointinstance.ISketchPointInstance.GetRelationsCount());
 }
Exemplo n.º 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>()]);
 }
Exemplo n.º 20
0
 public static Boolean Select4(ISketchPointObject ISketchPointinstance, Boolean Append, ISelectDataObject Data)
 {
     return(ISketchPointinstance.ISketchPointInstance.Select4(Append, Data?.ISelectDataInstance?.CastObj <SelectData>()));
 }