public void SetFirstPoint(BC_3DPoint point, BC_3DPoint normal, BC_3DPoint vector, uint type)
 {
     BIMcollab_DimensionPINVOKE.BC_Dimension_SetFirstPoint(swigCPtr, BC_3DPoint.getCPtr(point), BC_3DPoint.getCPtr(normal), BC_3DPoint.getCPtr(vector), type);
     if (BIMcollab_DimensionPINVOKE.SWIGPendingException.Pending)
     {
         throw BIMcollab_DimensionPINVOKE.SWIGPendingException.Retrieve();
     }
 }