aiFace.__set__ C# (CSharp) Method

__set__() public method

public __set__ ( aiFace, o ) : aiFace,
o aiFace,
return aiFace,
  public aiFace __set__(aiFace o) {
    aiFace ret = new aiFace(AssimpPINVOKE.aiFace___set__(swigCPtr, aiFace.getCPtr(o)), false);
    if (AssimpPINVOKE.SWIGPendingException.Pending) throw AssimpPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }