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