예제 #1
0
 public static Object CornerPoints(IRefPlaneObject IRefPlaneinstance)
 {
     return(IRefPlaneinstance.IRefPlaneInstance.CornerPoints);
 }
예제 #2
0
 public static Object BoundingBox(IRefPlaneObject IRefPlaneinstance)
 {
     return(IRefPlaneinstance.IRefPlaneInstance.BoundingBox);
 }
예제 #3
0
 public static IMathTransformObject Transform(IRefPlaneObject IRefPlaneinstance)
 {
     return(new IMathTransformObject(IRefPlaneinstance.IRefPlaneInstance.Transform));
 }
예제 #4
0
 public static IMathPointObject IGetCornerPoints(IRefPlaneObject IRefPlaneinstance)
 {
     return(new IMathPointObject(IRefPlaneinstance.IRefPlaneInstance.IGetCornerPoints()));
 }
예제 #5
0
 public static IMathPointObject IGetBoundingBox(IRefPlaneObject IRefPlaneinstance)
 {
     return(new IMathPointObject(IRefPlaneinstance.IRefPlaneInstance.IGetBoundingBox()));
 }
예제 #6
0
 public static Double IGetRefPlaneParams(IRefPlaneObject IRefPlaneinstance)
 {
     return(IRefPlaneinstance.IRefPlaneInstance.IGetRefPlaneParams());
 }