Exemplo n.º 1
0
        public ArLine getLine()
        {
            global::System.IntPtr cPtr = AriaCSPINVOKE.ArLineSegment_getLine(swigCPtr);
            ArLine ret = (cPtr == global::System.IntPtr.Zero) ? null : new ArLine(cPtr, false);

            return(ret);
        }
Exemplo n.º 2
0
        public bool intersects(ArLine line, ArPose pose)
        {
            bool ret = AriaCSPINVOKE.ArLineSegment_intersects__SWIG_0(swigCPtr, ArLine.getCPtr(line), ArPose.getCPtr(pose));

            return(ret);
        }
Exemplo n.º 3
0
 public void makeLinePerp(ArPose pose, ArLine line)
 {
     AriaCSPINVOKE.ArLine_makeLinePerp(swigCPtr, ArPose.getCPtr(pose), ArLine.getCPtr(line));
 }
Exemplo n.º 4
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArLine obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }